/***********************************   html tag class         */
body {
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
}
hr{
	height: 1px;
}
/***********************************   link tag class         */
a:link {
	color: #000679;
	text-decoration: underline;
}
a:visited {
	color: #D22828;
	text-decoration: underline;
}
a:hover {
	color: #000066;
	text-decoration: underline;
}
a:active {

	color: #000000;
	text-decoration: underline;
}
/***********************************   heading tag class         */
h1 {
    margin: -25px;
	font-size:18px;
	font-family: Arial, Verdana, sans-serif;
	padding:20px 25px 40px 25px;
	color: #9E0825;
	font-weight: normal;
}


h2 {
	font-size: 16px;
	color: #FF0000;
}
h3 {
	font-size: 14px;
	color: #0B1E59;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #0B1E59;
}
h5 {
	font-size: 10px;
	font-weight: normal;
	color: #0B1E59;
}
h6 {
	font-size: 9px;
	font-weight: normal;
	display: inline;
	color: #0B1E59;
}
/***********************************   list tag class         */
ul{
	list-style: square;
}
ul ul{
	list-style: circle;
}
ul ul ul{
	list-style: disc;
}
/***********************************   form tag class         */
form{
	margin: 0px;
}
input, select, textarea {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.inputButton{
	color: #FFFFFF;
	background-color: #000099;
	background-image: none;
	border: 2px groove #000066;
}
input:focus {
	background: #FFFFCC;
}
fieldset {
	border: 1px solid #323B9A;
	width: 650px;
	margin: 15px auto;
	padding: 10px;
}
fieldset legend{
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #FF0000;
	padding: 3px 5px;
	margin-bottom: 5px;
}
/***********************************   table tag class         */
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
th{
	font-weight: bold;
	background: #E0E0FF;
}
.column1{
	background: #EDEEFE;
	padding-left: 5px;
	vertical-align: top;
}
col.column1{
	background: #EDEEFE;
	padding-left: 5px;
	vertical-align: top;
}
col.column2{
	background: #FFFFFF;
	padding-left: 3px;
	vertical-align: top;
}
.dataTable tbody td {
	background: #F6F6F6;
}
thead th {
	background: #E0E0FF;
	font-size: 12px;
	font-weight: bold;
}
tfoot td {
	background: #FFFFCC;
}

/***********************************   user defined tag class         */
div.pageContent{
	padding: 5px;
}
div.sectionTitle{
	background-color: #E0E0FF;
	padding: 5px 5px 5px 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	background-image: url(../images/bullet01.gif);
	background-position: 10px 10px;
	background-repeat: no-repeat;
}
div.dateTxt {
	font-size: 11px;
	font-weight: bold;
	background-color: #f6f6f6;
	text-align: right;
	padding: 5px;
	color: #666666;
}
div.placeTxt{
	font-size: 11px;
	font-weight: bold;
	background-color: #f6f6f6;
	padding: 5px;
	color: #666666;
}


div.error{
	color: #FF0000;
	background: #f6f6f6 url(../images/alert.gif) no-repeat 5px 3px;
	border: 1px solid #dbdbdb;
	font-weight: bold;
	padding: 6px 6px 6px 35px;
	margin: 5px auto;
	width: 80%;
	vertical-align: top;
}
div.success{
	color: #006600;
	background: #f6f6f6 url(../images/success.gif) no-repeat 5px 3px;
	border: 1px solid #dbdbdb;
	font-weight: bold;
	padding: 6px 6px 6px 35px;
	margin: 5px auto;
	width: 80%;
	vertical-align: top;
}
div.info{
	color: #003399;
	background: #f6f6f6 url(../images/info.gif) no-repeat 5px 3px;
	border: 1px solid #dbdbdb;
	font-weight: bold;
	padding: 6px 6px 6px 35px;
	margin: 5px auto;
	width: 80%;
	vertical-align: top;
}


.redbg {
	background: #D22828;
}
.alternateBG {
	background: #dbdbdb;
}
.formBG {
	background: #F5F5FF;
}

#headerNav a{
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	background-color: #000066;

}
.printNav {
	text-align: right;
}
.printNav input{
	background-color: #666666;
	border-top: thin double #FFFFFF;
	border-right: thin double #808080;
	border-bottom: thin double #808080;
	border-left: thin double #FFFFFF;
	color: #FFFFFF;
}
div#pageFooter td{
	color: #FFFFFF;
	font-size: 10px;
}
div#pageFooter a:link{
	color: #dbdbdb;
}
.blueTxt {
	color: #303997;
	font-size: 12px;
	font-weight: bold;
}
.lblueTxt {
	color: #003878;
 
}

.blueFont {
	color: #303997;
	font-size: 16px;
	font-weight: bold;
}
.blueFonttxt {
	color:  #003878;
}


.redTxt 
{
    	font-size: 17px;
	    color: #FF0000;
	    font-weight: bold;
}
.smallTxt {
	font-size: 10px;
	color: #FFFFFF;
}
.bluebg {

	background: #000679;
}
.whitetxt {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
.blacktxt {
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
}
.linkblueTxt {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}


.stepHeader{
	background-color: #D22828;
	background-color: #D22828;
	padding: 8px;
	font-weight: bold;
	color: #FFFFFF;
	clear: both;
}
.stepHeader a{
	float: right;	
}
.stepHeader a:link, .stepHeader a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.stepHeader a:hover, .stepHeader a:active{
	color: #CCCCCC;
	text-decoration: none;

}
.Tr1
{
	background: #FF0000;
	padding-left: 5px;
	vertical-align: top;
}
.Tr2
{
	background: #FFFFFF;
	padding-left: 5px;
	vertical-align: top;
}
.Td{
	background: #FF0000;
	padding-left: 3px;
	vertical-align: top;
}
.Th
{
	background: #B1C1E3;
	padding-left: 3px;
	vertical-align: top;
	font-size: 12px;
	font-weight: bold;
}
.alternativeBG
{
	background-color: #E7F1FF;
}
