body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
	color: #323232;
	background-color: #ffffff;
	scrollbar-face-color: #bababa;
	scrollbar-track-color: #f1f1f1;
	scrollbar-arrow-color: #ffffff;
	scrollbar-3dlight-color: #f0f0f0;
	scrollbar-highlight-color: #e0e0e0;
	scrollbar-shadow-color: #cccccc;
	scrollbar-darkshadow-color: #666666;
}
/*------------------------------------------------------------------------------------------------------------------*/

.cssHover {
	background: #dfdfdf;
}

.cssNormal {
	background: #f8f8f8;
}

td {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size:12px;
	color:#454545;
	line-height:17px;
}
.txtSmall {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size:11px;
	color:#454545;
	line-height:17px;
}
.date {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size:11px;
	color:#ffffff;
	font-weight:normal;
}
.bottom {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size:11px;
	color:#ffffff;
	font-weight:bold;
}
.blueHead {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size:12px;
	color:#1F67B1;
	font-weight:bold;
}
.blue {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size:12px;
	color:#13406D;
	font-weight:bold;
}
.blue2 {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size:11px;
	color:#1F67B1;
	font-weight:normal;
}
.white {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size:12px;
	color:#FFFFFF;
	font-weight:normal;
}
.grayBldSml {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size:11px;
	color:#676767;
	font-weight:bold;
}
.msg {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size:11px;
	color:#ff6600;
	font-weight:bold;
}

/*------------------------------------------------------------------------------------------------------------------*/
.lnkBlue {
	font-family:Arial, Tahoma, Verdana;
	font-size:12px;
	color:#1964B3;
	text-decoration:none;
}
.lnkBlue:hover {
	color:#1964B3;
	text-decoration:underline;
}
/*-----------------------------------*/
.lnkBlueSml {
	font-family:Arial, Tahoma, Verdana;
	font-size:11px;
	color:#1964B3;
	text-decoration:underline;
}
.lnkBlueSml:hover {
	color:#ff6600;
	text-decoration:underline;
}
/*-----------------------------------*/
.lnkGray {
	font-family:Arial, Tahoma, Verdana;
	font-size:11px;
	line-height:15px;
	color:#454545;
	text-decoration:none;
}
.lnkGray:hover {
	color:#666666;
	text-decoration:none;
}
/*-----------------------------------*/
.lnkGray2 {
	font-family:Arial, Tahoma, Verdana;
	font-size:12px;
	line-height:15px;
	color:#454545;
	text-decoration:none;
}
.lnkGray2:hover {
	color:#454545;
	text-decoration:underline;
}
/*-----------------------------------*/
.menu {
	font-family:Arial, Tahoma, Verdana;
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
.menu:hover {
	color:#f0f0f0;
	text-decoration:none;
}
/*-----------------------------------*/
.menuSmall {
	font-family:Arial, Tahoma, Verdana;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
.menuSmall:hover {
	color:#eaeaea;
	text-decoration:none;
}
/*-----------------------------------*/

.anylinkcss{
	position:absolute;
	visibility: hidden;
	border:1px solid #1F67B1;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
	background-color: #CCE5FF;
	width: 205px;
}
.anylinkcss a{
	color: #000000;
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #78A6F4;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
}
.anylinkcss a:hover{ /*hover background color*/
	background-color: #78A6F4;
	font-weight: bold;
	color: #ffffff;
}

/*------------------------------------------------------------------------------------------------------------------*/
input.flat
{
	font-family:Arial;
	font-size:12px;
	color:#000000;
	border:1px solid #999999;
	background:#ffffff;
}
input.btn
{
	font-family:Arial;
	font-size:12px;
	color:#000000;
	border:1px solid #cccccc;
	background:#FFA409;
	letter-spacing: 1px;
	line-height:18px;
}
input.colBlue
{
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#0E4D82;
	background:#E1E8F6 url(input_bg.gif) top left repeat-x;
    border:1px solid #C2D5EF;	
	cursor:hand;
}
select.flat
{
	font-family:Arial;
	font-size:12px;
	color:#000000;
	border:1px solid #999999;
	background:#ffffff;
}
textarea.flat
{
	font-family:Arial;
	font-size:12px;
	color:#000000;
	border:1px solid #999999;
	background:#ffffff;
}


