
/* Table Styles for Forms */
.TblTtle	{
			font-family:Verdana;
			font-size:11px;
			color:#ffffff;
			font-weight: bold;
			background-color: #fabe22;
			}
				
.TblTxt     {
			font-family:Verdana;
			font-size:11px;
			color:#5a5a5a;
			font-weight: normal;
			}
					
.TblTxtBold    {
			font-family:Verdana;
			font-size:11px;
			color:#5a5a5a;
			font-weight: bold;
			}					


/* redefined standard styles */


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
	background-color:#FFFFFF;
	}


b {
	font-weight:bold;
	}
u {
	text-decoration: underline;
	}	
	
ul {
	list-style-image:url(http://media.corporate-ir.net/media_files/irol/20/203659/Img/bulletpoint.gif);
	list-style-position:outside;
	padding: 0 0 0 20px;
	line-height: 1.7;
	}	
	
li {
	list-style-image:url(http://media.corporate-ir.net/media_files/irol/20/203659/Img/bulletpoint.gif);
	}	
	
	
	
	
/*below are custom s&d styles */

.title1 {
font-size: 24px;
font-weight: normal;
color: #ff6600;

}



.title2 {
	font-size:18px;
	font-weight: normal;
	color: #003366;
}

.title3 {

}

.title4 {

}

.whitelink 
{
	color : White;
	text-decoration : none;
}
	
.button1
{
    color:#ffffff;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bolder;
	text-transform:none;
	background-color : orange;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #666666;
	text-align:center;
	vertical-align: baseline ;
	height : 18px;
}

.tablePlain 
{
	 padding : 3px;	
}

.leftcol 
{
	background-color : #EEEEEE;
	font-weight : bold ;
	text-align: right;	
	padding-left : 20px;
	font-family:Verdana;
	font-size:11px;
	padding : 3px;
}
	
.headcol
{
	background-color:orange; 
	color:White; 
	font-weight:bold ; 
	text-align :center ;
	font-family:Verdana;
	font-size:13px;
	padding : 3px;
}	
