
/*This stylesheet is applied on the Main Master and includes all the styles available to CMS users*/
.countdown  
{
    
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 48px;
	font-style: normal;
	font-weight: bold;
	/*color: #22007A;*/
	color: #c33;
	padding: 2px 2px 2px 36px;
}
.INCOMPLETE {
    font-size:xx-large;
    font-weight:bold;
    color:Red;
    text-transform:uppercase;
    }
BODY  
{ 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
}


h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: normal;
	font-weight: bold;
	color: #22007A;
}
h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	color: #22007A;
}

h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #22007A;
}

h4 {  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: medium ; 
	font-style: normal; 
	color: #22007A}

H5 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : small;
	font-weight : bold;
	color : #22007A;
}

H6 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : small;
	font-style: normal;
	color : #22007A;
}
.white {
	color : White;
	
}

.blue {
	color: #22007A;
}


.purple {
	color: #663366;
}

.linkblue {
	color : #333399;
}

.silver {
	color : Silver;
}
.green {
	color : #009999;
}

.rednote {
	color : Red;
	font-weight : bold;
	font-size : small;
}

.red {
	color : Red;
	
}


.verysmall {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : xx-small;
}





.ReportHead {
	background-color : #E9F4E1;
	color : #22007A;
	font-size : x-small;
	font-weight : bolder;
	border : thin solid #DEDEEB;
	border-bottom : outset #22007A;
	border-right : outset #22007A;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}


.dim {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : smaller;
	color : Silver;
}

.small {  font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: xx-small; 
		font-style: normal}


.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	color: #22007A;
	font-style: normal;
	font-weight: normal;
}
.titlePurple {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #22007A;
	font-style: normal;
	font-weight: normal;
}
.titleBlue {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #22007A;
	font-style: normal;
	font-weight: bold;
}
.titleGreen {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #009999;
	font-style: italic;
	font-weight: bold;
}
.AgencyName {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style : italic;
	font-weight : bold;
}

.highlight {
	background-color: #00ff00;
}
OL.AlphaList {
list-style:upper-alpha;
}


