@charset "UTF-8";

@import url(layout.css);
@import url(navigation.css);
@import url(custom.css);

body {
	font-family: Trebuchet MS, Arial, Verdana,sans-serif;
	font-size: 12px;
	background: #eeeeee;
	margin: 0; 
	padding: 0;
	color: #333333;
}

a img {
	border: none;
	margin: 0px;
	padding: 0px;
}

a:focus {
	outline: none;
}

a {
	text-decoration: none;
	color:#660000;
}

a:hover {
	color: #666666;
}

.bold {
	font-weight: bold;
}

.bold_blue {
	font-weight: bold;
	color: #0080b2;
	text-transform: uppercase;
	
}

.right {
	text-align: right;
}

.line {
	border-top: solid 1px #666666;
}

.fine_print {
	font-size: 80%;
	color: #666666;
}

.page_title {
	margin: 0px 0px 15px 0px;
}

p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	line-height: 18px;
}

table, tr, td {
	margin: 0px;
	padding: 0px; 
	border: none;
}

h1 {
	margin: 0px;
	padding: 20px 25px;
	font-family: Trebuchet MS, Arial, Verdana,sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	border: solid 1px #CCCCCC;
	background: url("../img/h1_bg.gif") repeat-x top left;
}

h2 {
	background: url("../img/footerBG.gif") repeat-x top left;
	font-family: Trebuchet MS, Arial, Verdana,sans-serif;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	padding: 10px 0px 10px 0px;
	margin: 0px;
	text-align: center;
	text-transform:uppercase;	
}

h2.logo_title {
	padding: 0px;
}

h3 {
	font-family: Trebuchet MS, Arial, Verdana,sans-serif;
	color: #333333;
	background: #eeeeee;
	padding: 10px 10px 10px 25px;
	margin: 0px 0px 10px 0px;
	font-size: 11px;
	font-weight: bold;
	text-transform:uppercase;
}

h4 {
	background: url("../img/h4_bg.gif") repeat-x top left;
	font-family: Trebuchet MS, Arial, Verdana,sans-serif;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	padding: 30px 0px 30px 0px;
	margin: 0px;
	text-align: center;
	text-transform:uppercase;
	
}


img {
	margin: 0px;
	padding: 0px;
	vertical-align: text-bottom;
	line-height: 1px;
}

ul {
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}

li {
	list-style:none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

li.bullet {
	list-style: square;
	margin-left: 15px;
}

.block {
	border: solid 1px #cccccc;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: block;
}

p.block_text {
	margin: 15px 25px;
	text-align: justify;
}

ul.block_text {
	margin: 15px 25px;
	text-align: justify;
}

input.button {
	font-family: Trebuchet MS, Arial, Verdana,sans-serif;
	background: url("../img/navigation/bg.gif") repeat-x bottom left;
	color:#ffffff;	
	font-size: 11px;
    font-weight: bold;
	margin: 5px 0px 5px 5px;
	height: 30px;
	border: solid 1px #cccccc;
}

.button:hover {
	cursor: pointer;	
}

form {
	margin: 0px;
	padding: 0px;
}

* html .jogfix_r {
	margin-right: -3px;
}

* html .jogfix_l {
	margin-left: -3px;
}

hr {
	border : 1px #333333;
	width : 100%; 
	height : 1px; 
	background : #cccccc
}




