﻿/* CSS Document */

body {
	padding: 0;
	margin: 0;
	background-color: #000;
}

/* Links */
a { text-decoration: none; }
a:hover { text-decoration: underline; }

/* Text */
.whitetxt { color: #FFFFFF; }
.redtxt { color: #C80000; }
.txt10 { font-size: 10px; }
.bodytxt {
	font-family: "Arial", "Helvetica", "Verdana", "sans-serif";
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}
.boxtxt {
	font-family: "Arial", "Helvetica", "Verdana", "sans-serif";
	font-size: 11px;
	color: #000000;
}
.pagetitle {
	font-family: "Arial", "Helvetica", "Verdana", "sans-serif";
	font-size: 120%;
	font-weight: 100;
	color: #C80000;
}
.boxtitle {
	font-family: "Arial", "Helvetica", "Verdana", "sans-serif";
	font-size: 84%;
	font-weight: bold;
	color: #C80000;
}
.titletxt {
	font-family: "Arial", "Helvetica", "Verdana", "sans-serif";
	font-size: 120%;
	font-weight: bold;
	color: #000000;
}

.field {
	background-color: none;
	border: none;
}
.whitetxt2 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;

}
.whitetxt3 {

	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
}
.bodytxtsmall {

	font-family: "Arial", "Helvetica", "Verdana", "sans-serif";
	font-size: 10px;
	line-height: 16px;
	color: #000000;
}
.bodytxtsmallbold {
	font-family: "Arial", "Helvetica", "Verdana", "sans-serif";
	font-size: 10px;
	line-height: 16px;
	color: #000000;
	font-weight: bold;

}
