body {
	margin-top: 30px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	background-image:url(images/background.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#DAE9FE;
}


.topbg {
	background-image:url(images/top_bg.gif);
	background-repeat:no-repeat;
	background-position:top;

}
.bottombg {
	background-image:url(images/bottom_bg2.gif);
	background-repeat:no-repeat;
	background-position:top;

}
.mainbg {
	background-image:url(images/main_bg.gif);
	background-repeat:repeat-y;
	background-position:top;
	
}

p {
line-height:120%;
}

h1 {
margin:0px;
font-size:22px;

}
h2 {
	font-size: 17px;
	margin-bottom:0px;
}
h3 {
	font-size: 14px;
	margin-bottom:0px;
}

body,td,th,input,select,textarea {
	font-family: Tahoma;
	font-size: 12px;
}

input[type="submit"] {
cursor:pointer;
}

input[type="text"],input[type="password"], textarea {
cursor:text;
border:1px solid #0085B0;
background-color:#F2F2F2;
border-right-width:0px;
border-left-width:0px;
border-top:1px solid #CCCCCC;
padding:2px;
border-bottom-width:2px;
border-bottom-style:dotted;

}

textarea {
padding:10px;
}	


.style2 {color: #FFFFFF}
.style3 {font-size: 10px}
.style4 {color: #FFFFFF; font-size: 11px; }
a:link {
	color: #006699;
}
a:visited {
	color: #006699;
}
a:hover {
	color: #666666;
}
a:active {
	color: #000000;
}
.style5 {font-size: 11px}

ul#latest li {
margin-bottom:5px;
}

