/*----- Core Styles Start -----*/

body, td, th, div, a {
	line-height : 20px;
	color : #414141;
	font-size : 12px;
	font-family : Arial, Helvetica, Verdana, sans-serif;
	}
	
h1 {
	line-height : 24px;
	color : #414141;
	font-weight : normal;
	font-size : 24px;
	font-family : Arial, Helvetica, Verdana, sans-serif;
	}
	
h2 {
	line-height : 16px;
	color : #414141;
	font-weight : normal;
	font-size : 18px;
	font-family : Arial, Helvetica, Verdana, sans-serif;
	}
	
h3 {
	line-height : 16px;
	color : #F54B20;
	font-size : 14px;
	font-family : Arial, Helvetica, Verdana, sans-serif;
	}
	
h4 {
	line-height : 16px;
	color : #414141;
	font-weight : normal;
	font-size : 16px;
	font-family : Arial, Helvetica, Verdana, sans-serif;
	}
	
.box-header {
	line-height : 36px;
	color : #414141;
	font-weight : bold;
	font-size : 14px;
	font-family : Arial, Helvetica, Verdana, sans-serif;
	}
	
.h2-subline {
	line-height : 20px;
	color : #414141;
	font-weight : normal;
	font-size : 18px;
	font-family : Arial, Helvetica, Verdana, sans-serif;
	}

.txt-tiny {
	line-height : 18px;
	color : #7F7F7F;
	font-size : 10px;
	}
	
a.cont:link, a.cont:active, a.cont:visited {
	font-weight: bold;
	color : #F54B20;
	text-decoration : none;
	}
	
a.cont:hover {
	font-weight: bold;
	text-decoration : underline;
	}

a.box:link, a.box:active, a.box:visited {
	font-weight: bold;
	color : #F54B20;
	font-size : 11px;
	line-height: 16px;
	text-decoration : none;
	}
	
a.box:hover {
	font-weight: bold;
	text-decoration : underline;
	}


acronym {
	border : none;
	text-decoration : none;
	margin : 0;
	padding : 0;
	cursor : help;
	}

form {
	margin : 0;
	padding : 0;
	}

input, select, textarea {
	color : #000;
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	}

input:focus, textarea:focus {
	background-color : #EBF4FD;
	}

input[type=image] {
	border : none;
	background-color : transparent;
	padding : 0;
	margin : 0;
	cursor : pointer;
	}

form var {
	display : none;
	}

form.onsubmit input, form.onsubmit select, form.onsubmit textarea {
	visibility : hidden;
	}

form.onsubmit var {
	display : block;
	}

div.swf_none {
	background : #EEE;
	border : #DDD solid 1px;
	text-align : center;
	}

.clr {
	display: block;
	clear: both;
	}

.bitv {
	display : none;
	}
	
hr {
	border : none;
	border-top : 2px solid #E7E7E7;
	height : 2px;
	padding : 0;
	margin : 0;
	}	
	
ul {
	margin : 0;
	padding : 0 0 20px 40px;
	}	
	
		
.small {
	font-size: 9px; 	
	}	

/*----- Core Styles End -----*/

/*----- Hitlist Styles Start -----*/

div.hitlist {
	padding : 10px 0;
	}

div.hitlist input {
	padding : 1px;
	margin-left : 3px;
	font-weight : bold;
	color : #8396B6;
	background-color : #EBF4FD;
	font-size : 10px;
	border : #DDD solid 1px;
	}

div.hitlist input:hover, div.hitlist input.crnt {
	background-color : #8396B6;
	color : #D3DBEB;
	}

/*----- Hitlist Styles End -----*/

/*----- Template Styles Start (feel free to modify this section) -----*/

html, body {
	height : 100%;
	}

#tpl {
	background-image : url('../pictures/tpl/templ_bg.gif');
	background-repeat : repeat-x;
	background-color : #FFF;
	margin : 0px;
	padding : 0px;
	}


#bg_top {
	background-image : url('../pictures/tpl/templ_top_bg.jpg');
	background-repeat : no-repeat;
	width : 930px;
	height : 156px;
	margin : 0px;
	}

#box {
	padding : 15px 0px 0px 40px;
	width : 890px;
	}


.navmain {
	padding-right : 2px;
	margin : 0;
	}

.middle {
	background-color : #FFFFFF;
	width : 890px;
	margin : 0;
	padding : 15px 20px 20px 20px;
	}
	
.adressbox {
	background-image : url('../pictures/tpl/adressbox.gif');
	background-repeat : no-repeat;
	height: 194px;
	padding-left: 20px;
	padding-top: 10px;
	font-size: 11px;
	line-height: 16px;
	}	
	
.holiday {
	background-image : url('../pictures/tpl/holiday.gif');
	background-repeat : no-repeat;
	width : 200px;
	height: 125px;
	padding-left: 20px;
	padding-top: 20px;
	font-size: 11px;
	line-height: 16px;
	}	

/*----- Template Styles End -----*/

#leftside {
	background-color : #E7E7E7;
	width : 200px;
	height : 100%;
	padding : 20px;
	}
	
#content {
	background-color : #FFFFFF;
	width : 590px;
	padding-left : 20px;
	}


