body, td, p, a, h1, h2, h3, ol ,ul, .form, .mandatory, td.main
{
font-family : Verdana, Arial, Helvetica, MS Sans Serif, Sans Serif;
}

body
{
color 			: #FFFFFF; 
font-size 		: 11px; 
letter-spacing 	: normal; 
line-height 	: normal;
} 

td, p /*td style - should be same as above*/
{ 
color 			: #FFFFFF; 
font-size 		: 11px; 
letter-spacing 	: normal; 
line-height 	: normal;
vertical-align 	: top; 
text-align 		: left;
} 

li,ul,ol{
	color 			: #FFFFFF; 
}

/*Generic Links*/
a:link				{color : #FFFFFF; text-decoration : underline;}
a:visited			{color : #FFFFFF; text-decoration : underline;}
a:hover				{color : #FFFFFF; text-decoration : underline;}

a.navi
{
font-weight : bold;
}
a.navi:link			{color : #000000; text-decoration : none;}
a.navi:visited		{color : #000000; text-decoration : none;}
a.navi:hover		{color : #000000; text-decoration : underline;}

td.navi
{
width : 130px; 
text-align : right; 
font-size : 10px; 
line-height : 20px;
}

/*Header*/
h1 
{
font-size : 18px; 

font-weight : normal;
color : #000000;
}

h2 
{
font-size : 12px; 
font-weight : normal;
color : #000000;
line-height : 16px;
}

h3 
{
font-size : 10px; 
font-weight : normal;
}

div.content
{
width : 100%;
padding-left : 5px;
padding-right : 5px;
padding-top : 2px;
padding-bottom : 2px;
margin-bottom : 10px;
/*background-color 	: #EEEEEE;*/
color 				: #333333;
font-size 			: 11px; 
vertical-align 		: middle;
}

/* Table - START */

td.main				
{
vertical-align 		: top; 
text-align 			: left;
background-color 	: #EEEEEE;
}

/* Data Table - END */

.form	
{
background-color 	: #FFFFFF;
color 				: #666666;
}

.mandatory	
{
background-color 	: #FFFFFF;
color 				: #CC0000;
}

/*
.button
{
font-size: xx-small; 
font-weight : bold; 
color: #FFFFFF; 
background-color: #009999; 
border-style :outset; 
border-width : thin; 
border-color: #009999;
}
*/

hr
{
background-color	:transparent;
color				:#990000;
height				:1px;
} 

ul
{
list-style-type : square;
list-style-position : outside;
color : #0000CC;
}

ol
{
color : #0000CC;
}

img
{
border	: 0px;
}

iframe
{
width 	: 100%;
height 	: 200px;
/*float 	: right;*/
}
