/* stylesheet design by:
Nexicon Web Solutions, www.nexiconwebsolutions.com */

/* global style specifications */

body {
	background-color: #1D1D1D;
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 10px 10px 10px;
}

li, p, td {
	color: #000000;
	font-size: 12px;
}

a {
	color: #3366CC;
	font-size: 12px;
	text-decoration: none;
}

a:hover {
	color: #3366CC;
	text-decoration: underline;
}

h1 {
	color: #072144;
	font-size: 18px;
}

h2 {
	color: #000000;
	font-size: 14px;
}

/* template style specifications */

div.alert {
	background-color: #000000;
	border: 2px solid #3366CC;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	padding: 3px 3px 3px 3px;
	text-align: center;
}

img.border {
	border: 1px solid #000000;
}

a.copyright {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}

a.copyright:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

td.copyright {
	color: #FFFFFF;
	font-size: 10px;
}

table.form input {
	color: #000000;
 	font-size: 11px;
}

table.form td {
	color: #000000;
	font-size: 11px;
	white-space: nowrap;
}

table.form textarea {
	color: #000000;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 11px;
}

a.menu {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.menu:hover {
	color: #FFFFFF;
	text-decoration: underline;
}