body,td,th {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #000000;
}
body {
	background-image: url(images/bg.jpg);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	background-color:#111111;
	margin: 0px;
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #111111;
	scrollbar-arrow-color: #111111;
}


.subsection {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #6a6a6a;
}

a:link {
	color: #6a6a6a;
	text-decoration: underline;
}
a:visited {
	color: #6a6a6a;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #6a6a6a;
	text-decoration: underline;
}
a {
	color: #fa287d;
	text-decoration: underline;
}

a.nav:link {
 	font-family: "Trebuchet MS";
	color: #929292;
	font-size:17px;
	text-decoration: none;
}
a.nav:visited {
	color: #929292;
	font-size:17px;
	text-decoration: none;
}
a.nav:active {
	color: #6a6a6a;
	text-decoration: none;
}
a.nav:hover {
	color: #6a6a6a;
  text-decoration: underline;
  font-size:17px;
}

img {
	border-color:#000000
}

.bold18 {
font-size: 18px;
font-weight:bold;
}

.bold24 {
font-size: 24px;
font-weight:bold;
}

input {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #000000;
	background-color: #f8f8f8;
	border: 1px solid #929292;
	font-weight: normal;
	padding:1px;
}
select {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #000000;
	background-color: #f8f8f8;
	font-weight: normal;
	border: 1px solid #929292;
	padding:1px;
}
textarea {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #000000;
	background-color: #f8f8f8;
	border: 1px solid #929292;
	font-weight: normal;
	padding:1px;
}
