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

body {
	background-image:url(images/bgrepeat.jpg);
	background-repeat:repeat-x;
	background-color:#010a30;
	font-family:arial;
	font-size:12px;
	color:#adf2f8;
	line-height:15px;
}

strong {
	font-weight:bold;
	color:#41b3ed;
}
h1 {
	color: #61D4EF;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: normal;
	font-size: 16px;
	font-style: normal;
	font-family: "Arial", Helvetica, sans-serif, "Arial Narrow";
}

h2 {
	color: #F3BF5C;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: normal;
	font-size: 14px;
	font-style: normal;
	font-family: "Arial", Helvetica, sans-serif, "Arial Narrow";
}

h3 {
	color: #55D8A6;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: normal;
	font-size: 13px;
	font-style: normal;
	font-family: "Arial", Helvetica, sans-serif, "Arial Narrow";
}

a:link {
	color:#d30783;
	text-decoration:underline;
	font-weight:bold;
	}
	
	
a:active {
	color:#d30783;
	text-decoration:underline;
	font-weight:bold;
	}
	
a:visited {
	color:#d30783;
	text-decoration:underline;
	font-weight:bold;
	}
	
a:hover {
	color:#d30783;
	text-decoration:none;
	font-weight:bold;
	}
	
.contact {
	color:#ffffff;
	text-align:center;
	font-weight:bold;
	line-height:12px;
	}
	
.contact a:link {
	color:#f3c46b;
	text-decoration:underline;
	font-size:12px;
}

.contact a:active {
	color:#f3c46b;
	text-decoration:underline;
	font-size:12px;
}

.contact a:visited {
	color:#f3c46b;
	text-decoration:underline;
	font-size:12px;
}

.contact a:hover {
	color:#f3c46b;
	text-decoration:none;
	font-size:12px;
}

.news {
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	line-height:5px;
	}
	
.news strong {
	color:#127190;
	}

.news a:link {
	color:#9f2168;
	text-decoration:underline;
}

.news a:active {
	color:#9f2168;
	text-decoration:underline;
}

.news a:visited {
	color:#9f2168;
	text-decoration:underline;
}

.news a:hover {
	color:#9f2168;
	text-decoration:none;
}

.footer {
	font-size:9px;
	color:#FFFFFF;
	padding-top:15px;
	text-align:center;
	font-weight:bold;
}

.footer a:link {
	color:#FFFFFF;
	text-decoration:none;
	}
	
.footer a:visited {
	color:#FFFFFF;
	text-decoration:none;

	}
	
.footer a:active {
	color:#FFFFFF;
	text-decoration:none;

	}
	
.footer a:hover {
	color:#f3c46b;
	text-decoration:none;

	}
	
.orange {
	color:#ea7c06;
	font-size:15px;
	}

