#outer{
	padding-top:30px;
}

BODY{ 
         font-family : Arial, Tahoma, Verdana;
         font-size: 11px;
         color: white;
         background: black;
         margin: 0;
}

A:LINK { 
        font-family : Arial, Tahoma, Verdana;
        font-size : 11px;
        color : red;
        font-weight : bold;
		text-decoration: underline;
}

A:VISITED { 
         font-family : Arial, Tahoma, Verdanal;
         font-size : 11px;
         color : red;
         font-weight : bold;
		 text-decoration: underline;
}

A:HOVER { 
         font-family : Arial, Tahoma, Verdana;
         font-size : 11px;
         color : #009ef6;
		 text-decoration: none;
		 font-weight : bold;		  
}

input {font-family : Arial, Tahoma, Verdana;
        font-size : 8pt;
		font-weight: bold;
        color : #666666;
}

select {font-family : Arial, Tahoma, Verdana;
         font-size : 8pt;
         color : #666666;
		 font-size : 8pt;
		 font-weight: bold;      	
}

textarea {font-family : Arial, Tahoma, Verdana;
	     font-size : 8pt;
         color : #666666;
		 font-size : 8pt;
		 font-weight: bold;
}
	
H1 { 
         font-family : Arial, Tahoma, Verdana;
         font-size : 16pt;
         color : #009ef6;
         margin-left: 15px;
         margin-top:20px;
}		 	
		
H2 { 
         font-family : Arial, Tahoma, Verdana;
         font-size : 14pt;
         color : #009ef6;
         margin-left: 15px;  
}

H3 { 
         font-family : Arial, Tahoma, Verdana;
         font-size : 12pt;
         color : red;
         margin-left: 15px;

}

H4 { 
         font-family : Arial, Tahoma, Verdana;
         font-size : 10pt;
         color : red;
         margin-left: 15px;

}

H5 { 
         font-family : Arial, Tahoma, Verdana;
         font-size : 9pt;
         color : red;
         margin-left: 15px;
}

H6 { 
         font-family : Arial, Tahoma, Verdana;
         font-size : 8pt;
         color : red;
         margin-left: 15px;

}

TD { 
         font-family : Arial, Tahoma, Verdana;
         font-size : 8pt;
         color : white;
}

TR { 
         font-family : Arial, Tahoma, Verdana;
         font-size : 8pt;
         color : white;
}

HR {
	color: #666666;
	height: 1pt;
}

.SubHeading {
			font-family : Arial, Tahoma, Verdana;
            font-size :12pt;
            color : red;
			font-weight : bold;			
			margin-bottom: -1pt;
			margin-top: 5pt;
			margin-left: 15px;
}

.SubHeading2 {
			font-family : Arial, Tahoma, Verdana;
         	font-size : 9pt;
         	color : red;
			font-weight : bold;			
			margin-left: 15px;
			margin-bottom: -5pt;
			margin-top: 1pt;
}

.content, li {
	font-family : Arial, Tahoma, Verdana;
	font-size : 9pt;
	line-height:22px;
	letter-spacing:0.1em;
	color : white;
	margin-left: 15px;
	margin-right: 15px;
			
}
.contentjustify {
			font-family : Arial, Tahoma, Verdana;
            font-size : 8pt;
            line-height:22px;
			letter-spacing:0.1em;
            color : white;
            text-align: justify;
			margin-left: 15px;
			margin-right: 15px;
}
	
.whitetext  {font-family: Arial, Verdana, Tahoma; 
			color: #FFFFFF; 
			font-size: 8pt;
}

.bulletpoint {
			font-family : Arial, Tahoma, Verdana;
            font-size : 8pt;
            line-height:22px;
			letter-spacing:0.1em;
        	color : white;
			margin-left: 50px;
}

.tableline {
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.tdline {
	font-family : Arial, Tahoma, Verdana;
    font-size : 8pt;
    line-height:12px;
	letter-spacing:0.1em;
    color : white;
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.submitbutton {
background-color:#009ef6;
color: #ffffff;
padding: 1px;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding : 5px;
}