/* TAGS */

BODY {
	padding: 0px;
	margin: 0px;
	background-image: url(../image/header/background.jpg);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Helvetica, Tahoma, Verdana, sans;
	font-size: 12px;
	line-height: normal;

	scrollbar-face-color: #0050C8;
	scrollbar-arrow-color: white;
	scrollbar-track-color: #CCCCCC;
	scrollbar-shadow-color: #003399;
	scrollbar-highlight-color: #3399FF;
	scrollbar-3dlight-color: #3399FF;
	scrollbar-darkshadow-Color: #003399;
}

TD {
	font-family: "Trebuchet MS", Helvetica, Tahoma, Verdana, sans;
	font-size: 12px;
	line-height: normal;
	empty-cells: show;
}
        
P {
	margin-top: 5px !important;
	margin-bottom: 0px !important;
	text-align: justify;
}

A {
	color: #0050C8;
	text-decoration: underline;
}

A:hover {
	color: #3399FF;
	text-decoration: none;
}

A:visited {
	color: #0050C8;
	text-decoration: underline;
}

UL {
	margin-top: 0px;
	margin-bottom: 0px;
}

LI {
	list-style: url(../image/bullet/small.gif);
	margin-left: -23px;
	margin-bottom: 3px;
}

FORM {
	display: inline;
}

INPUT {
	font-family: "Trebuchet MS", Helvetica, Tahoma, Verdana, sans;
	font-size: 12px;
	border: 1px solid #0050C8;
	background-color: #F0F5FF;
	margin-bottom: 3px;
}

TEXTAREA {
	font-family: "Trebuchet MS", Helvetica, Tahoma, Verdana, sans;
	font-size: 12px;
	border: 1px solid #0050C8;
	background-color: #F0F5FF;
	margin-bottom: 3px;
}

/* IDS */

#header {
	margin-bottom: 40px;
}

#content {
	height: 275px;
}

#footer {
	margin-top: 15px;
	border: 1px solid #CCCCCC;
	background: #F3F3F3;
	padding: 10px;
}

#footer A {
	text-decoration: none;
}

#margin_bottom {
	margin-bottom: 10px;
}

#inset {
	margin: 10px;
}

#footer_news {
	margin-top: 30px;
}

/* LINKS */

.lk_main-menu {
	font-size: 12px;
	font-weight: bold;
	color: White;
	text-transform: uppercase;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
}

.lk_main-menu:hover {
	color: #CCCCCC !important;
}

.lk_main-menu:visited {
	color: white;
	text-decoration: none;
}

.lk_news {
	font-size: 13px;
	color: black !important;
	text-decoration: none;
}

.lk_news:visited {
	color: black !important;
	text-decoration: none;
}

.lk_news:hover {
	color: #0050C8 !important;
}

/* TXT */

.txt_title-xxl {
	display:block;
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0050C8;
	margin-bottom: 5px;
}

.txt_title-1 {
	display:block;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0050C8;
	margin-bottom: 5px;
}

.txt_title-2 {
	display:block;
	font-size: 14px;
	font-weight: bold;
	color: #0050C8;
	margin-top: 10px;
	margin-bottom: 5px;
}

.txt_highlight {
	padding-top: 15px;
	padding-bottom: 15px;
}

.txt_medium {
	font-size: 14px;
}

.txt_form-title {
	font-size: 13px;
	padding-top: 4px;
	border-bottom: 1px dashed #CCCCCC;
	font-weight: bold;
	vertical-align: top;
}

/* COLOR */

.color_error {
	color: #FF6600;
}

/* BACKGROUNDS */

.back_none {
	background-image: none !important;
}

/* BORDERS */

.border_none {
	border: none !important;
}