body	{font-family: sans-serif;
		font-size: 12px;
		color: #000000;
		margin-top: 0px;
		line-height:2;

		}
		
td 	{
	font-family: sans-serif;
	font-size: 12px;
	color: #000000;
	}

td.main	{
		background-image: url(img/left_bg.jpg);
		background-repeat: no-repeat;
		padding-left: 20px;
		padding-right: 10px;
		}
		
h1 	{
	font-family: sans-serif;
	font-size: 24;
	/*color: #c70b25;*/
	color: #415196;
	text-align: center;
	padding-top: 20;
	}

h2 	{
	font-family: sans-serif;
	font-size: 20;
	color: #000;
	}
			
h3 	{
	font-family: sans-serif;
	font-size: 16;
	color: #000;
	}
						

.orange {border-color:#415196;
		background-color:#FFFFFF;
 		border-style: double;
		border-width:3px;
		scrollbar-face-color: #FFFFFF; 
		scrollbar-highlight-color: #408bf9; 
		   scrollbar-shadow-color: #0090A0; 
		   scrollbar-3dlight-color: #f1f2f5; 
		   scrollbar-arrow-color: #FFFFFF; 
		   scrollbar-track-color: #f1f2f5; 
		   scrollbar-darkshadow-color: #007090;
		   }
						
						
a:link 	{font-size: 12px;
		text-decoration: underline;
		font-weight : bold;
		color: #001E5A; }
a:visited	{text-decoration: underline;
			font-weight : bold;
			color: #001E5A; }
a:active {text-decoration: underline;
		font-weight : bold;
		color: #408bf9; }
a:hover {text-decoration: underline;
		font-weight : bold;
		color: #408bf9; }
						