/* COMMON *
------------------------------------*/

html, body {
	height: 100%;
}

body,td,th,input,select,textarea {
	font-family: Arial;
	font-size: 12px;
	color:#666
}
body {
	margin: 0px;
	background-color:#333;
	background-image:url(../images/header-background.gif);
	background-repeat:repeat-x;
	background-position:top center;	
}
h1,h2,h3,h4,h5,h6,p{
	margin:0 0 10px 0;
	padding:0;
}
h1{
	font-size:30px;
	line-height:30px;
	font-family: Arial;
	font-weight:normal;
	color:black;
}
h1 a, h1 a:visited{
	font-weight:normal;
	color:black;
}
h1 a:hover{
	text-decoration:underline;
}
h2{
	font-size:20px;
	color:#0099FF;
	color:#3C61B7;
	font-family: Arial;
	/*font-weight:normal;*/
}
h2 a, h2 a:link, h2 a:visited{
	color:#3C61B7;
}
h2 a:hover{
	text-decoration:underline;
}

h3,h4,h5,h6{
	font-size:14px;
	font-family: Arial;
	color:#0099FF;	
}
a:link, a:visited{
	font-weight: bold;
	color:#0099FF;
	color:#EA5155;
	text-decoration: none;
}
a:hover{
	/*color: #CCCCCC;*/
	text-decoration:underline;
}
table{
	margin-bottom:10px;
}
ul,ol{
	padding: 0 0 0 10px;
	margin: 0 0 10px 10px;
}
form{
	margin:0;
	padding:0;
}
table{
	margin:0 0 10px 0;
}
hr{
	height:1px;
	border:none;
	border-top:1px solid #ccc;
	margin:0 0 10px 0;
}

/* EXTAS
------------------------------------*/

:focus{
	outline:none;
}
.clear{clear:both;}
.off{display:none;}
.on{}
ins{display:none;}
.f-left{float:left}
.f-right{float:right}
.light-grey{color:#999;}
.red{color:#E42730}
.blue{color:#0085C7}
.small{font-size:9px;}
.pad0{padding:0;margin:0}
label{cursor:pointer;}


