body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #263A7F;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
.footer_disclaimer {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana;
	text-decoration:none;
}

.header {
	color: #253a7f;
	font-size: 24px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.logout {
	color: #FF0000;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.body_bold_blue {
	color: #00a8e9;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: bold;
	line-height: 18px;
	text-decoration: none;
}

.specail {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: bold;
	line-height: 18px;
	text-decoration: none;
}

.read_more {
	color: #00a8e9;
	font-size: 10px;
	font-family: Tahoma, Arial, Verdana;
	text-decoration: none;
}

.body_blue {
	color: #253a7f;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana;
	line-height: 18px;
	text-decoration: none;
}

.inputBox {color : #253a7f;
background : #FFFFFF;
border-color : #253a7f;
border-top : 1px dotted;
border-bottom : 1px dotted;
border-left : 1px dotted;
border-right : 1px dotted;
font-family : Tahoma;
font-size : 11px;
cursor:crosshair;
}

.subnmitBox {color : #FFFFFF;
background : #00a8e9;
border-color : #253a7f;
border-top : 1px solid;
border-bottom : 1px solid;
border-left : 1px solid;
border-right : 1px solid;
font-family : Tahoma;
font-size : 11px;
font-weight: bold;
cursor:hand;
}

.dotted {
background : #FFFFFF;
border-color : #253a7f;
border-top : 1px dotted;
border-bottom : 1px dotted;
border-left : 1px dotted;
border-right : 1px dotted;

}