@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	background:url(images/bg_main.gif) repeat-x #041a48;
	text-align:left;
}

.content {
	font-family:georgia;
	font-size:12px;
	color:#2f2e2e;
}

h1 {
	font-family:georgia;
	font-size:35px;
	color:#4f6ead;
	font-weight:normal;
	font-style:italic;
	text-transform:uppercase;
}

h2 {
	font-family:georgia;
	font-size:24px;
	color:#df5106;
	font-style:italic;
	font-weight:normal;
	}

h3 {
	font-family: georgia;
	font-size:16px;
	font-style: italic;
	font-weight:normal;
	padding:0;
	margin:0;
	color:#000000;
	}

strong {
	text-transform:uppercase;
	color:#133473;
	}

hr {
	height:1px;
	background-color:#c0d6e2;
	color:#c0d6e2;
	border-bottom-color:#ffffff;
	}
	

.footer {
	font-family:georgia;
	font-size:11px;
	color:#c1e1f4;
	text-align:right;
	}

.footer a:link {
	color:#ffffff;
	text-decoration:underline;
	}
	
.footer a:visited {
	color:#ffffff;
	text-decoration:underline;
	}

.footer a:hover {
	color:#ffffff;
	text-decoration:none;
	}
	
a:link {
	color:#3b68b8;
	text-decoration:underline; 
	}

a:visited {
	color:#3b68b8;
	text-decoration:underline; 
	}
	
a:hover {
	color:#5f8fe4;
	text-decoration:underline; 
	}

