body {
	font-family			: Tahoma, Geneva, sans-serif;
	font-size			: 13px;
	color				: #000;
	margin				: 0;
	width				: 100%;
	height				: 100%;
	min-height			: 100%;
}

html {
	min-height: 100%;
	height: auto;
	overflow-y: scroll;
}

a {text-decoration:none;color:#e31e26;}
a:hover {text-decoration:none;color:#FFF;}


p {
	margin: 5px 0 5px 0;
	padding: 0;
	line-height:15px;
	text-align: justify;
}

#logo {
	background: url(../images/logo.png) no-repeat;
	width:507px;
	height:164px;
}
#logo2 {
	background: url(../images/logo2.png) no-repeat;
	width:477px;
	height:389px;
}
	
h1 {
	margin: 0;
	padding:0;
	font-size: 5em;

}

h2 {
	margin: 10px 0 10px 0;
	padding:0;
	font-size:14px;
}
	
h3 {
	margin: 0;
	padding:0;
	font-size: 3em;
	background-color:#393939;
	text-align:center;
}


/* Flash Replaced Text */
.flash-replaced .alt {
	display: block;
	height: 0;
	position: absolute;
	overflow: hidden;
	width: 0;
}


.button {
	margin:10px 0 10px 0;
	width:auto;
	height:22px;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	padding:0 10px 0 10px;
	background: #52bdfa url(../images/general/buttonOverlay.jpg) repeat-x top left;
	color: #fff;
	/*border: 1px solid #1993d8;*/
	border-top:1px solid #368bbb;
	border-left:1px solid #368bbb;
	border-right:1px solid #136899;
	border-bottom:1px solid #0f567e;
}

.button:hover, .qbutton:hover {
	background: #0a7fe0 url();
}




/* PADDING */
.pad-5px {padding:5px;}
.pad-10px {padding:10px;}
.pad-15px {padding:15px;}
.pad-20px {padding:20px;}
.pad-25px {padding:25px;}
.pad-30px {padding:30px;}
.pad-box-20px {padding:5px 20px 0 20px;}

/* MESSAGE BOXES */
.success, .error {
	display:block;
	border: 1px solid;
	margin: 10px;
	padding:5px 2px 5px 30px;
	background-repeat: no-repeat;
	background-position: 7px center;
}
.success {color: #0b7500;background-color: #b9ffb2;background-image: url('../images/icons/tick.png');}
.error {color: #D8000C;background-color: #FFBABA;background-image: url('../images/icons/error.png');}

#footer {
	text-align:center;
	margin-top:50px;
	height: 66px;
	clear: both;
	color:#707070;
	font-size:10px;
	line-height: 18px;
}
#footer a {color: #707070; text-decoration: none;}
#footer a:hover {color: #e31e26;}

label {
	display:block;
	margin:10px 0 0 0;
	width:auto;
	padding: 0;
	padding-bottom: 1px;
	color:#666666;
	font-size:11px;
	font-weight:bold;
}

input[type=text], input[type=password], select, textarea {
	overflow:none;
	font-family:Verdana;
	padding:10px;
	border:1px solid #999;
	color: #7E7E7E;
	font-size:14px;
	background-color:#FFF;
}




