body {
	background: #fff;
	margin: 0;
	padding: 0;
	color: #666;
	font-family: Verdana,Tahoma, Arial, Helvetica, sans-serif;
	font-size: 70%;
	position: relative;
}
a {
	color: #1275d3;
}
a:hover {
	color: #f66;
	text-decoration: none;
} 

/* BRANDING
*******************************************************************************/

h1 {
	background: url(logo1.gif) no-repeat 82px 82px;
	font-size: 1em;
	height: 88px;
	margin: 0;
	padding: 0;
}
h1 a {
	display: block;
	height: 88px;
	margin: 0;
	padding: 0;
	text-indent: -5000px;
}

h2, h3, h4 {
	clear: both;
	color: #1275d3;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
h2 {
	font-size: 1.6em;
	line-height: 2.2em;
}
h3 {
	border-bottom: 1px solid #eee;
	font-size: 1.2em;
	line-height: 1.8em;
	margin: 1.5em 0 1em 0;
}
h4 {
	font-size: 1.1em;
	font-style: italic;
	line-height: 1.2em;
	margin: 1.3em 0 0;
}

.pret {
	clear: both;
	color: #1275d3;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 1.3em 0 0;
	font-weight: bold;
}

img {
	border: none;
}
p {
	margin: .5em 0;
}
td.header {
	background: #000080;
	color: #FFFFFF;
	height: 80px;
	font-size: 1.9em;
	margin: 0;
	padding: 12;
}
td.headertop {
	background: #000080;
	color: #FFFFFF;
	height: 80px;
	font-size: 0.9em;
	margin: 0;
	padding: 12;
}
td.content {
	border-left: 1px solid #eee;
	font-size: 1.1em;
	line-height: 1.5em;
	float: right;
	display: inline;
	margin: 0 0 0 -1px;
	padding: 15px 0 15px 25px;
}
table {
	border-collapse: collapse;
	border: 1px solid #ccc;
	font-size: 1em;
	margin: .5em 0;
	width: 100%;
}
table.top {
	font-size: 1em;
	border-collapse: collapse;
	border: 0px solid #ccc;
	margin: 0em 0;
	width:inherit;
}
td.top, th.top {
	font-size: 1em;
	padding: 0px 0px;
	text-align:center;
	vertical-align:middle;	
}
td, th {
	font-size: 1em;
	padding: 3px 5px;
	text-align: left;
	vertical-align: top;
}
input, textarea,select {
	background: #fff;
	border: 1px solid #D6D6D6;
	color: #555;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	padding: 1px;
}
form th {
	width: 100%;
}
label {
	font-size: 1em;
}
.frmButton {
	background: #1275d3;
	border: 2px solid #fff;
	border-color: #fff #eee #eee #fff;
	color: #fff;
	font-size: .9em;
	font-weight: bold;
	padding: 0;
	width: auto;
}

.frmButton2 {
	background: #36cf1e;
	border: 2px solid #fff;
	border-color: #fff #eee #eee #fff;
	color: #fff;
	font-size: .9em;
	font-weight: bold;
	padding: 0;
	width: auto;
}

.frmButton:hover {
	color: #246c15;
}
.txtButton {
	border: 0px;
	border-color: #fff #eee #eee #fff;
	color: #fff;
	font-size: .9em;
	font-weight: bold;
	padding: 4px 0px 2px 0px;
	width: auto;
}
html>body .txtButton {
	padding: 0 3px 2px 3px;
	/* Hide from IE Mac \*/
	padding: 1px;
	/* */
}
.txtButton:hover {
	color: #246c15;
}
.radio, .checkbox {
	background: none;
	border: none;
	color: #555;
	padding: 2px;
	width: auto;
}
ul, ol, li {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* MAIN MENU
*******************************************************************************/


#menu ul {
	margin: 0 25px 0 10px;
	width: 153px;
}
#menu li {
	background: url(img/bl1.gif) no-repeat 0 .6em;
	clear: left;
	float: left;
	display: inline;
	width: 100%;
}
#menu li li {
	background: url(img/bl1.gif) no-repeat 10px .6em;
}
#menu ul ul {
	margin: 0;
}
#menu a {
	border-bottom: 1px solid #eee;
	color: #000080;
	display: block;
	font-weight: bold;
	margin: 0 0 0 10px;
	padding: 3px;
	text-decoration: none;
}
#menu a:hover,
#menu a:active,
#menu a:focus {
	color: #EE9C00;
	border-color: #000080;
	border-style: solid solid solid solid;
	border-width: 0px 0px 1px 0px;	
}
#menu ul ul a {
	margin: 0 0 0 24px;
	color: #999;
	font-weight: normal;
}
#menu ul ul a:hover,
#menu ul ul a:active,
#menu ul ul a:focus {
	background: #fafff4;
	border-color: #b7eeac;
	color: #40bf27;
}
td.footer {
	background: #A40000;
	color: #FFFFFF;
	clear: both;
	font-size: .9em;
	font-weight: bold;
	line-height: 1.4em;
	position: relative;
	text-align: center;
}
a.footer {
	color: #FFFFFF;
}
a.footer:hover {
	color: #FFFFFF;
	text-decoration: none;
} 
a.header {
	color: #FFFFFF;
	font-weight: bold;
}
a.header:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;	
} 
input.search {
	border-color: #1275d3;
	width: 125px;
	font-size: 1.2em;	
}

select.search {
	border-color: #1275d3;
	width: 125px;
	font-size: 1.2em;	
}

a.headertop {
	color: #ffffff;
	font-size: 1.1em;			
	font-weight: bold;	
}
a.headertop:hover {
	color: #ffffff;
	text-decoration: none;
	font-size: 1.1em;			
	font-weight: bold;	
} 
