/* HTML Tags */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: #FFFFFF;
	background-repeat: repeat
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

/* image styles */
@media print
{
	.txtsize {
		font-size: 10px;
	}
}

@media screen
{
	.txtsize {
		font-size: 11px;
	}
}


/* Text Styles */

.boldText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	}

.boldText1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	}  
		
.boldTextBlue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #0D3692;
	text-decoration: none;
	}
	
.boldTextBlueBig {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #0D3692;
	text-decoration: none;
	}	
	
.blueText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #0D3692;
	text-decoration: none;
}

.redText {
	color: red;
}

.heading1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #0D3692;
	text-decoration: none;
}

/* Link Styles */

/* Default Links   was #35A6AC  #0000FF */

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #0000FF;
	text-decoration: none;	
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #35A6AC;
	text-decoration: none;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #0D3692;
	text-decoration: underline;
}

a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #35A6AC;
	text-decoration: underline;
}


/* Table align was left*/
.caption { 
	caption-side: top;
    width: auto;
    text-align: center ;
}

/* Other */
.boxblue {
border: solid;
border-width: 1px;
width: 300	;
border-color: #0000A0	 ;
padding-top: 0.8em	;
padding-bottom: 0.2em	;
color: #050505 ;
font-weight: bold ;
text-align: center ;
}

/* Other */
.boxblue710 {
margin-top:4px;
padding-top: 0.1em	;
padding-bottom: 0.1em	;
border: solid;
border-width: 1px;
width: 900	;
border-color: #0000A0	 ;

color: #050505 ;
font-weight: bold ;
text-align: center ;
}

/* Other */
.boxblue500 {
margin-top:4px;
padding-top: 0.1em	;
padding-bottom: 0.1em	;
border: solid;
border-width: 1px;
width: 500px	;
border-color: #0000A0	 ;

color: #050505 ;
font-weight: bold ;
text-align: center ;
}

.boxblue900 {
margin-top:4px;
padding-top: 0.1em	;
padding-bottom: 0.1em	;
border: solid;
border-width: 1px;
width: 900px	;
border-color: #0000A0	 ;

color: #050505 ;
font-weight: bold ;
text-align: center ;
}

.bdr { 
border: solid; 
border-width: 1px; 

border-color: #0000A0		 ;
padding-left: 2em	;
padding-right: 2em	;
padding-top: 0.6em	;
padding-bottom: 0.8em	;
}

.greyback {
background-color : #dddddd;
}

.headerback {
background-color : #84acce;
}

.rowback {
background-color : #ddf5f6;
}

