/* CSS Document */

p, ul, ol, a, blockquote, td {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		line-height:16px;
		margin-bottom:0px;
			}
			
th {	font-family:Georgia, "Times New Roman", Times, serif;
		font-size:14px;
		color:#c00;
}

h1, h2, h3, h4 {
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#013189;
		margin-bottom:0px;
		}

h1	{
				padding:0px;
				margin:0px;
				font-family: Georgia, "Times New Roman", Times, serif;
				font-size: 26px;
				font-variant: small-caps;
				font-weight: normal;
				color: #013189;
				line-height: normal;
				}
	
h2 {
	font-size:20px;
	line-height:24px;
	margin-bottom:0px;
		}
h3 {
	font-size:16px;
	line-height:20px;
	margin-bottom:0px;
	}
h4 {
	font-size:14px;
	line-height:20px;
	margin-bottom:0px;
	}

.first {
	margin-top:0px;
	padding-top:0px;
	}
a {
	font-weight:bold;
	text-decoration:none;
	color:#06f;
	}
	
a:hover {
	text-decoration:underline;
	}

