/* CSS Document */

h1 {
		font-family:tahoma;
		font-size:17px;
		color:#003057;
		margin-left:20px;
		margin-top:5px;
		margin-bottom:0px;
		}
h2 {
		font-family:tahoma;
		font-size:15px;
		color:#000000;
		text-decoration:none;
		font-weight:bold;
		margin-left:20px;
		margin-top:10px;
		margin-bottom:5px;
		}
p {
		font-family:tahoma;
		font-size:14px;
		color:#000000;
		text-decoration:none;
		font-weight:normal;
		margin-left:20px;
		margin-right:20px;
		margin-top:5px;
		margin-bottom:5px;
		}

.Para-Bold {
		font-family:tahoma;
		font-size:13px;
		color:#003057;
		text-decoration:none;
		font-weight:bold;
		margin-top:5px;
		margin-bottom:15px;
		}
		
ul {  
	list-style-type:square;
	font-family:tahoma;
	font-size:14px;
	color: #003057;
	margin-left: 60px;
	margin-right: 45px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: normal;
}

ol {  
	font-family:tahoma;
	font-size:14px;
	color: #003057;
	margin-left: 60px;
	margin-right: 45px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: normal;
}
		
A 			{color: #0000FF; text-decoration: none;}
A:link		{color: #0000FF; text-decoration: none;}
A:visited	{color: #0000FF; text-decoration: none;}
A:active	{color: #0000FF;}
A:hover		{color: #FFFFFF; background-color: #333333; text-decoration: none; font-family: inherit; font-size: inherit;}

.tableborder {  
	border-color: #fcb31b; 
	border-style: solid; border-top-width: 0px; border-right-width: 1px; 
	border-bottom-width: 0px; border-left-width: 1px
}
