/* ======================= Basic Elements ======================= */
body {
	font-family:Trebuchet, Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	margin:0px;
	font-size: 10px;
	background-color: #3F3F3F;
	color: #FFFFFF;
}
a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

img {
	border:0px;
}

ul, li {
	padding:0px;
	border:0px;
	margin:0px;
	list-style:none;
}

h1, h2, h3, h4, h5, form {
	padding:0px;
	margin:0px;
	text-transform: uppercase;
}

table {
	font-size:10px;
	border-collapse:collapse;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D71313;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.gradualshine{
filter:alpha(opacity=50);
-moz-opacity:0.5;
}
.gradualfade{
filter:alpha(opacity=99);
-moz-opacity:0.99;
}
.textfield{
	font-size: 10px;
	color: #D71313;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
.textarea{
	font-size: 12px;
	color: #D71313;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
.submitbox{
	font-size: 10px;
	color: #FFFFFF;
	background-color: #bd1212;
	border: none;
	height: 17px;
}
/* ======================= Global Elements ======================= */
.contentbox {
	background-image: url(../images/bg.jpg);
	text-align: center;
	padding-top: 45px;
	padding-bottom: 20px;
}
#header a, #header a:hover, #header a:active, #header a:visited{
	color: #FFFFFF;
}
#footer a, #footer a:hover, #footer a:active, #footer a:visited{
	color: #FFFFFF;
}
.style1 {color: #787878}
.style2 {color: #D71313}

/* ======================= Global Elements ======================= */
.box {
	background-color: #EFEFEF;
	font-size: 14px;
	color: #808080;
	padding-right: 15px;
	padding-left: 15px;
	text-align: justify;
	line-height: 24px;
}
.box1 {
	background-color: #EFEFEF;
	font-size: 14px;
	color: #808080;
	text-align: justify;
	line-height: 24px;
}
.box3 {
	font-size: 12px;
	color: #808080;
	text-transform:none;
	font-weight:bold;
}
#box a, #box a:hover, #box a:active, #box a:visited{
	color: #D71313;
}
.box2 {
	font-size: 12px;
	color: #000000;
	border: 1px solid #C8C8C8;
}
.rowheader{
	font-size: 10px;
	background-color: #C8C8C8;
}

.errordiv{
	border: 1px dashed red; 
	padding: 2px;
}

.infodiv{
	border: 1px dashed blue; 
	padding: 2px;
}

.formdiv{
	font-size: 12px;
	color: #000000;
}
/* ======================= Global Elements ======================= */
.loginimg{
	padding-left:15px;
}
.loginbox {
	padding-right:15px;
	padding-left:15px;
	font-size: 10px;
	color: #000000;
	text-align: justify;
}
.loginbox2 {
}
.loginbox2a1 {
	padding-left:15px;
	padding-top:15px;
	padding-bottom:5px;
	background-image: url(../images/boxbg.jpg);
	background-repeat: repeat-x;
}
.loginbox2a2 {
	font-size: 12px;
	color: #808080;
	text-align: justify;
	line-height: 24px;
	text-transform:none;
	padding-right:15px;
	padding-left:15px;
	padding-top:15px;
	padding-bottom:15px;
	background-image: url(../images/boxbg.jpg);
	background-repeat: repeat-x;
}
.signupboxtext {
	font-size: 10px;
	color: #808080;
	text-align: justify;
	line-height: 14px;
	text-transform:none;
}
