﻿/*----------------- BODY ----------------------*/
body, html {
color: #4D4D4D; 
font-family: Tahoma, Arial, Verdana, sans-serif;
background-color: #FFFFFF; 
text-align: left; 			/* FCK */
height: 100%;
line-height:1.5em;
}
body {
font-size: 70%;
}
.CMSEdit {
font-size: 100%;
}
	
/*----------------- PARAGRAPHS ---------------*/
p {
padding: 0 0 15px;
text-align: left;
}
/*----------------- LINKS --------------------*/
a {
color: #9a0303;
text-decoration: none;
}
a:hover {
color: #000000;
text-decoration: underline;
}
/*----------------- HEADERS ------------------*/
h1 {
font-size: 1.3em;
font-weight: bold;
color:#000000;
padding: 4px 0 8px 0;
line-height: 20px;
}
h1.home {
font-size: 1em;
font-style:normal;
font-weight:bold;
color:#4d4d4d;
padding: 0;
line-height: 1.5em;
display:inline;
}
h2 {
font-size: 1.1em;
font-weight: bold;
color:#000000;
}

h2.home {
font-size: 1.1em;
font-weight: bold;
color:#000000;
background:#FFFFFF;
padding:0 5px 0 5px;
margin: 0 15px 0 15px;
display:inline;
}
.h2bg {
background:url(../imgs/bg_h2.gif) 0 13px no-repeat;
margin-bottom:4px;
}

.subTitle
{
	font-size: 1.1em;
	font-weight: bold;
}

/*----------------- BOLD & HIGHLIGHT --------------------*/
.bold {
font-weight: bold;
}
.highlight {
font-weight: bold;
color:#780000;
}
	
/*----------------- HORIZONTAL RULERS -------*/
hr {    
border: 0;
color: #ababab; /* IE */
background-color: #ababab; /* FF */
width: 100%;
margin: 3px 0 11px;
}
* html hr {
margin:-7px 0 -2px;
}
hr.dun {
height: 1px;
}
hr.dik {
height: 2px;
}
	
	
	/*----------------- TABLE --------------------*/
	table.ContentTable {
	border-collapse:collapse;
	font-size: 100%;
	width:100%;
	margin-bottom:13px;
	border-bottom: 1px solid #898989;
	}
	
	table.ContentTable th {
	padding: 6px 12px 6px 12px;
	text-align: left;
	speak-header: once;
	background-color:#898989;
	color:#FFFFFF;
	}
	
	table.ContentTable th a {
	font-weight: bold;
	}
	
	table.ContentTable a {
	color:#F0037F;
	font-size:11px;
	}
	table.ContentTable a:hover {
	color:#3e82af;
	}
	
	table.ContentTable tbody {
	border: 1px solid #898989;
	}
	
	table.ContentTable td {
	border-left: 1px solid #898989;
	border-right: 1px solid #898989;
	padding: 6px 12px 6px 12px;
	background-color:#dbe4ed;
	}
	table.ContentTable td.alt {
	padding: 6px 12px 6px 12px;
	background-color:#c3d2e1;
	}
	table.ContentTable td.sub {
	padding: 6px 12px 6px 12px;
	background-color:#b3b3b3;
	color:#FFFFFF;
	}
	
/*----------------- IMAGES ------------------*/
img.ImageLeft {
float:left;
margin: 3px 10px 10px 0;
}

img.ImageRight {
float:right;
margin: 3px 0 10px 10px;
}
