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

body {
	background: url(../images/bg.jpg) #232323 repeat-x;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, Tahoma, Geneva, sans-serif;
	color:#444444;
	font-size: 13px;
	line-height:22px;
	
}

a:link {
	color: #0a64a1;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #0a64a1;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
	color: #0a64a1;
}
a:active {
	text-decoration: none;
	color: #0a64a1;
	font-weight:bold;
}


h1 {
	text-transform: uppercase;
	color:#000000;
	font-size:26px;
	padding:0px;
	font-weight:normal;
	
}

h2 {
	font-size:18px;
	color:#000000;
	line-height:12px;
	padding:0px;
	font-weight:bold;
}

h3 {
	font-size:13px;
	color:#000000;
	line-height:12px;
	padding:0px;
	font-weight:bold;
}


