body {
	background: #fff;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 6rem;
	margin: 0 auto;
    
}
a {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
a:hover {
	color: #7AC043;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

img a{ border:none !important}
 
p, table {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333; 
	text-align:left;
	font-size: 12px;
}

.table td{ border:1px solid #fff; border-collapse:collapse;}

.green {
	color: #7AC043;
}

.hometable{background-color:#f3f3f3;  }

.hometable td{ border-top:4px solid #fff; }

.largetable {
	width:980px;
	text-align:center;
	margin:0 auto;
}

.largetable td {
	padding:0px;
}

.smalltable {
	width:700px;
	text-align:center;
	margin:0 auto;
	heigth: auto;
}

.smalltable td, .smalltable th {
	padding:8px;
	background-color:#f3f3f3;
}

.insidetable {
	width:99%;
	margin-bottom:5px;
}

.insidetable td, .insidetable th {
	padding:6px;
	background-color:#e7e7e7;
}

h1 {
	padding:8px 0 0 0;
	margin: 0px 0 10px 0;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight:bold !important;
	clear: both;
}

h2 {
	padding: 0;
	margin: 0px 0 10px 0;
	color: #7AC043;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 35px;
	font-weight:lighter !important;
	clear: both;
	
}

.errortitle {
	color: #cc0000 !important;
}

h3 {
	padding: 0;
	margin: 0px 0 10px 0;
	color: #cc0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 35px;
	font-weight:bold !important;
	clear: both;
	
}

h4 {
	padding:0 0 15px 0;
	margin: 0;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight:normal !important;
	clear: both;
}

h5 {
	padding: 0;
	margin: 0px 0 10px 0;
	color: #cc0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 25px;
	font-weight:lighter !important;
	clear: both;
	text-align:left;
}

#header{ 
	width:100%;
	background-color:#fff;
	margin-bottom:20px;
	border-bottom:1px solid #fff;
}

.headertable{
	height:70px;
	margin:0 auto;
	text-align:center;
}

#content{ 
	width:980px;
	background-color:#fff;
	margin:0 auto;
	padding:10px 0;
	text-align:center;
}

#footer {
    width:100%;
    position: fixed;
    background-color: #fff;
    color: #333;
    margin-top: 5px;
    margin-bottom: 0;
    bottom: 0;
}

#helpfooter {
    background-color: #f3f3f3;
    color: #333;
    margin-top: 20px;
/*	position: fixed;
	top:480px;*/
	width:100%;
}

#helpfooter2 {
    background-color: #f3f3f3;
    color: #333;
    margin-top: 15px;
/*	position:absolute;
	top:103px;*/
	width:100%;
}

.footertable{
	height: 60px;
	font-size:11px;
}

#topmenu{
	/*line-height:40px;*/
	display:inline-block;
	background-color:#00465C;
	width:100%;
}

#topmenu a{ 
	color:#fff; 
	padding:15px 20px; 
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	border-right:1px solid #00465C;
	float:left;
}

#topmenu a:hover{ 
	background-color:#7AC043;
	color:#FFF;
}

/* --------------- START: BUTTONS ---------------*/

.button {
	border-radius: 4px;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 700;
	outline: 0 none;
	overflow: visible;
	padding: 5px 12px;
	margin:0 3px 0 3px;
	text-decoration: none;
	width: auto;
	text-align:center;
}

.button:hover, .button:focus, .button:visited {
	margin:0 3px 0 3px;
	text-decoration:none;
	text-align:center;
}
.button, .button:visited, .js .button-js, button {
	background: linear-gradient(#FFFFFF, #E1E1E1) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E1E1E1));
	border: 1px solid #C2C2C2;
	color: #333333;
	border-radius: 4px;
	margin:0 3px 0 3px;
	text-align:center;
}
.button:disabled {
	opacity:0.6;
	filter:alpha(opacity=60);
}

.default {
	background: -moz-linear-gradient(#FFFFFF, #E1E1E1) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E1E1E1));
	color:#333333;
	line-height: 25px;
	border: 1px solid #C2C2C2;
	background-image:url(../graphics/default.gif);
}
.default:hover {
	background: -moz-linear-gradient(#E1E1E1, #FFFFFF) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(#E1E1E1), to(#FFFFFF));
	border: 1px solid #C2C2C2;
	color:#333333;
	background-image:url(../graphics/default-over.gif);
}

.green {
	background: -moz-linear-gradient(#8dc63f, #357729) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(#8dc63f), to(#357729));
	border: 1px solid #7AC043;
	color:#fff;
	background-image:url(../graphics/green.gif);
}
.green:hover {
	background: -moz-linear-gradient(#357729, #8dc63f) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(#357729), to(#8dc63f));
	border: 1px solid #7AC043;
	color:#fff;
	background-image:url(../graphics/green-over.gif);
}

.orange, #orange>a {
	background: -moz-linear-gradient(#f58220, #d86401) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(#f58220), to(#d86401));
	border: 1px solid #f58220;
	color:#fff;
	background-image:url(../graphics/orange.gif);
}
.orange:hover, #orange>a:hover {
	background: -moz-linear-gradient(#d86401, #f58220) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(#d86401), to(#f58220));
	border: 1px solid #f58220;
	color:#fff;
	background-image:url(../graphics/orange-over.gif);
}

/* -------------- START: FORMS  --------------*/

input, textarea, select, keygen {
	background-color: #FFFFFF;
	border: 1px solid #fff;
	color: #333333;
	/*    float: left;*/
    font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 700;
	margin:0;
	padding:6px;
	border-radius:4px;
	border:none !important;
	/*width:300px;*/
}
.smalltable input[type="text"], .smalltable textarea, .smalltable select, .smalltable keygen {
	width:300px;
}
.smalltable input[type="image"] {
	height:28px !important;
	border:none !important;
}
.insidetable input, .insidetable textarea, .insidetable select, .insidetable keygen {
	
}
input[type="image"] {
	border: none !important;
	background-color: transparent !important;
	width: auto !important;
}
input[type=checkbox] {
	border: none !important;
	background-color:none;
	margin: 0px 5px -2px 5px;
	padding:0;
}
input[type=radio] {
	border: none !important;
	background-color:none;
	margin: 0px 5px -2px 5px;
	padding:0;
	width:20px !important;
}
label {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin:0 20px 0 5px;
}
/* -------------- END: FORMS  --------------*/





/* -------------- HELP PAGES  --------------*/


.helpmenu{
	padding:0;
	display:inline-block;
	width:100%;
}

.helpmenu li  {
	display:inline-block;
	float:left;
	margin:0;
}

.helpmenu li a {
	list-style: none;
	cursor: pointer;
	border-right: 1px solid #00465C;
	display: block;
	margin:0;
	padding:16px 10px 20px 10px;
	position: relative;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:700;
	line-height:18px;
	float:left;
	text-decoration:none;
	color:#FFFFFF;
}

.helpmenu li a:hover {
	background-color:#75a433;
}

.helpcategories td { 
	font-size:13px; 
	border-bottom:1px solid #fff;
	background-color:#E7E7E7;
}

