BODY {
	margin: 0;
	padding: 0;
	background-image:url(../images/bg.jpg);
	background-color: #c0d8e5;
	background-repeat: repeat-x;
	background-position: left top;
}



h1, h2, h3, th, td, ul, ol,a, li, dl, dd, dt, label, div, span
{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 9pt;
	color:#7d7e7f;
	line-height:120%;
	}
p{
	line-height:120%;
	text-indent: 24px;
}


/*--------font------------------------*/
A:link{text-decoration: none;color:#595959;line-height:200%;}
A:visited{text-decoration: none;color: #595959;line-height:200%;}
A:active{text-decoration: none;none;color: #595959;line-height:200%;}
A:hover	{text-decoration: underline; color: #2f88c9;line-height:200%;}

.red{
	color:#990000;
	font-size: 20px;
	font-weight: bold;
	line-height:180%;
}
.red14{ color:#990000; font-size:14px; font-weight:bold;}
.FontGreen{ color:#a9cc66; font-size:14px; font-weight:bold;}
.fontB{ font-weight:bold;}
.blue{color:#2d80b6;}
.menu{ color:#0053a5; font-size:14px;}
.yellow{ color:#FF6600; }
.blueBold{ color:#1da1fa; font-weight:bold; font-size:14px;}
.highlight{ background-color:#464e4d; color:#8cced1; padding:3px; line-height:25px;}

.white{ color:#ffffff;}
A.white:link {COLOR: #ffffff; TEXT-DECORATION: none}
A.white:active {COLOR: #ffffff; TEXT-DECORATION: none}
A.white:visited {COLOR: #ffffff; TEXT-DECORATION: none;}
A.white:hover {COLOR: #ffffff; TEXT-DECORATION: underline;}



/*--------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);
}


a.disabled {
	color: #CCCCCC;
	TEXT-DECORATION: none;
	cursor: default;
}
