P                   { font-family : Arial, Helvetica, sans-serif; 
                	  font-size : 10pt;
                      padding-left: 8px;
                      padding-right: 8px
                    }

TD                  { font-family : Arial, Helvetica, sans-serif; 
                      font-size : 10pt; 
                      vertical-align: top;
					 }


H1                  { font-family : Verdana, Arial, Helvetica, sans-serif; 
                      font-size : x-large; 
                      font-weight : bold; 
                      color : #CC3333; 
                      text-align : center;
                    }

H2                  { font-family : Verdana, Arial, Helvetica, sans-serif; 
                      font-size : medium; 
                      font-weight : bold; 
                      color : #CC3333; 
                      text-align : center;
                    }

H3                  { font-family : Verdana, Arial, Helvetica, sans-serif; 
                      font-size : large; 
                      font-weight : bold; 
                      color : #CC3333; 
                      text-align : center;  
   				      padding-left: 8px;
                      padding-right: 8px
					                      }
										  
H4                  { font-family : Verdana, Arial, Helvetica, sans-serif; 
                      font-size : medium; 
                      font-weight : bold; 
                      color : #CC3333; 
                      text-align : left;
					  padding-left: 8px;
                      padding-right: 8px                    }

H5                  { font-family: Verdana, Arial, Helvetica, sans-serif; 
                      font-size: small; 
                      font-weight : bold; 
                      color : #CC3333; 
                      text-align : center;
                    }

H6                  { font-family: Verdana, Arial, Helvetica, sans-serif; 
                      font-size: small; 
                      font-weight : bold; 
                      color : #CC3333; 
                      text-align : center;
					  padding-left: 8px;
                      padding-right: 8px        
                    }
									
A 		    	    { font-weight: bold;
		             color: #CC3333; 
                     text-decoration: underline;
                    }

A:HOVER             { font-weight : bold; 
                      color : #FF3333; 
                      text-decoration : underline;
                    } 

A:VISITED           { color: #333333; 
                      font-weight: bold; 
                      text-decoration: underline;
                    }

A:ACTIVE             { font-weight : bold; 
                      color : #CC3333; 
                      text-decoration : underline;
                    } 

LI                  { font-family: Arial, Helvetica, sans-serif; 
		              font-size: 10pt;
                    }

.bannertext         { font-face: Verdana, Arial, Helvetica;
                      font-size: 8pt;
                      color: #FFFFFF;
                      font-weight: bold;
                    }

.bannertext:link    { color: #FFFFFF; 
                      font-weight: bold; 
                      text-decoration: underline;
                    }

.bannertext:visited { color: #CCCCCC; 
                      font-weight: bold; 
                      text-decoration: underline;
                    }

.bannertext:active  { color: #CCCCCC; 
                      font-weight: bold; 
                      text-decoration: underline;
                    }

.bannertext:hover   { color: #CCCCCC; 
                      font-weight: bold; 
                      text-decoration: underline;
                    }
.RequiredField {
	color : red;
	font-weight : bold;
}

.MediumWhite {
	font-size : small;
	color : white;
	font-weight : bold;
}

.SmallBlue {
	font-size : 10pt;
	color : 000066;
	font-weight : bold;
}

.SmallWhite {
	font-size : 10pt;
	color : White;
	font-weight : bold;
}

.SmallRed {
	font-size : 10pt;
	color : RED;
	font-weight : bold;
}

.ONRED {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF}


.SubmittedValue {
	color: Blue;
	font-weight: bold;
}

.Title {
	font-size : medium;
	color : white;
	font-weight : bold;
}

.WhiteCenterTitle  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 14pt;
	font-weight : bold;
	color : white;
	text-align : center;
}


