/* CSS Document */

body {
	background-color: #b2def0;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
}
.dtwo a:link {text-decoration: none; color: #333333; font-family: arial; font-size: 10px; font-style: normal;}
.dtwo a:visited {text-decoration: none; color: #333333; font-family: arial; font-size: 10px; font-style: normal;}
.dtwo a:active {text-decoration: none; color: #333333; font-family: arial; font-size: 10px; font-style: normal;}
.dtwo a:hover {text-decoration:  underline; color: #000000; font-family: arial; font-size: 10px; font-style: normal;}

.hdr_title {
font-family:Arial, Helvetica, sans-serif;
font-size: 14px;
color: #000;
line-height: 29px;
}
.box_hdr{
	width: 190px;
	background-color: #cef1ff;
	background-image:url(images/left_menu_gradient.gif);
	background-repeat:no-repeat;
	background-position:top;
	height: 29px;
	line-height: 29px;
	font-size:13px;
	text-transform:capitalize;
	color:#333333;
	font-weight: bold;
}
.box_hdr_yel{
	width: 190px;
	background-color: #ffe890;
	background-image:url(images/left_menu_gradient_yel.gif);
	background-repeat:no-repeat;
	background-position:top;
	height: 29px;
	line-height: 29px;
	font-size:13px;
	text-transform:capitalize;
	color:#333333;
	font-weight: bold;
}
.main_title {
font-family:Arial, Helvetica, sans-serif;
font-size: 18px;
color: #aed498;
}
.title {
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
color: #0099ff;
font-weight:bold;
text-transform:uppercase;
}
.title_bar{
	background-image:url(images/title_gradient.gif);
	background-repeat:no-repeat;
	background-position:right;
	line-height: 29px;
	font-size:13px;
	text-transform:capitalize;
	color:#333333;
	font-weight: bold;
}
.inputbox {
border: 1px solid #999999;
background-color: #f5f5ed;
height:18px;
vertical-align:middle;
font-family: arial; 
font-size: 11px;
}
.textbox {
border: 1px solid #999999;
background-color: #f5f5ed;
vertical-align:middle;
font-family: arial; 
font-size: 11px;
}
.form_title {
	font-weight: bold;
	text-transform: capitalize;
	color: #000000;
	border-bottom: 2px dotted #66C2FF;
}
