@charset "utf-8";
/* CSS Document */

/* PREDEFINED HTML TAGS
---------------------------------------- */

a {
	outline:none;
}

img {
	outline:none;
	border: 0;
}

p {
	margin-top:0px;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:19px;
	color:#B0003E;
	font-weight: normal;
	line-height:130%;
	text-transform:uppercase;
	padding:0;
	margin:0;
}
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#B0003E;
	font-weight: normal;
	line-height:130%;
	padding:0;
	margin:0;
}	
h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#666666;
	font-weight: normal;
	line-height:130%;
	padding:0;
	margin:0;
}	
h4 {
	font-size: 1.0em;
	color:#333333;
	margin-bottom:0px;
	padding-bottom:0px;
}	
h5 {
	font-size: 0.8em;
}	
h6 {
	font-size: 0.6em;
}

/* LINKS 
---------------------------------------- */
a,
a:link,
a:visited {
	color:#B0003E;
	text-decoration: none;
} 
a:hover, 
a:active {
	color:#B0003E;
	text-decoration:underline;
}

/* TOOLBOX
---------------------------------------- */
.absmiddle {
	vertical-align: middle;
}
.clear {
	clear:both;
}
.justClearMe {
     clear:both; 
     height:0; 
     margin:0;
     font-size:1px;
     line-height:0px;
}
.clearleft {
	clear:left;
}
 
/* FORMS
---------------------------------------- */

form {
	margin: 0px;
}
input {}
input:focus {
	background-color:#FFF;
}
textarea {}

.loginfield {
	height:22px;
	line-height:17px;
	background:#FFFFFF;
	font-size:14px;
	color: #333333;
	width:140px;
	border:1px solid #999999;
}
.inputfield {
	height:18px;
	line-height:17px;
	background:#FFFFFF;
	font-size:14px;
	color: #333333;
	border:1px solid #999999;
	vertical-align:middle;
}
.textareafield {
	line-height:14px;
	background:#FFFFFF;
	font-size:12px;
	color: #333333;
	border:1px solid #999999;
}
.submitbutton {
	border:1px solid #999999;
	background:#FFFFFF;
	height:22px;
	vertical-align:middle;
	outline: none;
}
/* CREDITS
--------------------------------------------- */
.credits 
{
	font-size: 0.9em;
	text-align: center;
}