body {
	margin: 0;
	padding:0;
	width:100%;
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: center top;
	background-color:#aaa9a7;
}

h1, h2, h3, th, td, ul, ol,a, li, dl, dd, dt, label, div, span
{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 9px;
	color:#333333;
	line-height:140%;
	}
p{
	line-height:140%;
	font-size: 9pt;
}
ul,li{ margin:0px; padding:0px; list-style:none; border:0;

}


/*--------font------------------------*/
A:link{text-decoration: none;color:#2293bf;line-height:120%;}
A:visited{text-decoration: none;color: #2293bf;line-height:120%;}
A:active{text-decoration: none;none;color: #2293bf;line-height:120%;}
A:hover	{text-decoration: underline; color: #2f88c9;line-height:120%;}

.white{ color:#ffffff;}
A.white:link,A.white:active,A.white:visited {COLOR: #ffffff; TEXT-DECORATION: none}
A.white:hover {COLOR: #ffffff; TEXT-DECORATION: underline;}

.red{color:#990000;font-size: 20px;font-weight: bold;line-height:180%;}
.red14{ color:#990000; font-size:14px; font-weight:bold;}
.Green{ color:#618002;}
.fontB{ font-weight:bold;}
.blue{color:#2d80b6;}
.yellow{ color:#FF6600; }
.blueBold{ color:#2293bf; font-weight:bold; font-size:14px;}
.highlight{ background-color:#464e4d; color:#8cced1; padding:3px; line-height:25px;}





/*--------input------------------------*/

input {

	border: 1px solid #b6b6b6;
	color: #b6b6b6;
	height:15px;
	padding:1px;
}
input.radio {
	background: transparent;
	border: 0px;
}
input.checkbox {
	background: transparent;
	border: 0px;
}

textarea {

	border: 1px solid #4b6286;
	color: #000000;
	padding:5px;
}

select {

	border:1px solid #4b6286;
	color: #000000;
	position:relative;
	top:-2px;
	left:-1px;
	height:20px;
}
input.button {
	border:1px solid #1f78bf;
	height:20px;
	background-image:url(images/button_bg.gif);}.btm_bg {
	background-image: url(../images/btm_bg.jpg);
}
