/** BASIC */
/* Enable scroll bar all the time. */
html {overflow-y: scroll;}


body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

.table1, .table1 th, .table1 td {
	border: none;
}

.table1 tr {
	background: url(../images/homepage16.gif) repeat-x left top;
}

.table1 th {
	padding: 5px 10px;
	background: url(../images/homepage15.gif) repeat-x left top;
	text-align: left;
	color: #FFFFFF;
}

.table1 td {
	padding: 8px 10px;
}

/** FORMS */

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

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px 0px 15px 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}

h2 {
	font-size: 16px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5E5E5E;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 16px;
}

.text1 {
	padding-left: 21px;
	background: url(../images/homepage13.gif) no-repeat left center;
	color: #244E89;
}

.orange1 {
	padding-left: 21px;
	background: url(../images/homepage13.gif) no-repeat left center;
	color: #FB7800;
}

.text2 {
	margin-bottom: 10px;
	font: bold 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #FB7800;
}

/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 18px;
}

.list1 a {
	padding-left: 15px;
	background: url(../images/homepage14.gif) no-repeat left center;
}

.li1 {
	padding-left: 15px;
	background: url(../images/homepage14.gif) no-repeat left center;
}

.li2 {
	padding-left: 25px;
	background: url(../images/homepage14.gif) no-repeat left center;
}

/** LINKS */

a {
	color: #3769AE;
}

a:hover {
	text-decoration: none;
}

.link1 {
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}

.link1:hover {
	text-decoration: underline;
}

.linkX {
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fdb200;
}

.linkX:hover {
	text-decoration: underline;
}
.link2 {
	padding-left: 21px;
	background: url(../images/homepage10.gif) no-repeat left center;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

/**.bg1 { background: #E5E5E5 url(../images/homepage03.gif) repeat-x left top; } */
.bg1 { background: #E5E5E5 url(../images/menubg.jpg) repeat-x left top; }
.bg2 { background: #FFFFFF url(../images/homepage06.gif) repeat-y left top; }
.bg3 { background: url(../images/homepage11.gif) repeat-x left top; }
.bg4 { background: url(../images/homepage12.gif) no-repeat 4px 3px; }
.bg5 { background: url(../images/homepage17.gif) repeat-x left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}


.preview {
	border: #ededed 1px solid;
	border-bottom: 1px solid #ededed;
	padding: 0 15px 4px 15px;
	margin: 1.5em 0;
	font-size: 100%;
	background: #fff url(/images/tb_hd_bg.jpg) repeat-x;
	/*clear: both;*/
	}
* html .preview { /*IE*/
	height: 1%; 
	}
.preview h2 {
	color: #333333 !important;
	margin: -1px -16px 0 -16px !important;
	padding: 3px 0 3px 10px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold !important;
	background: #ededed url(/images/tb_hd_bg.jpg) repeat-x;
	font-size: 11px !important;
	}
.preview h2 a {
	color: #ffffff;
	font-size: 12px !important;
}	
.preview h2 a:visited {
	color: #000000;
	font-size: 11px !important;
}	

.preview h2 a:hover {
	color: #000000;
	font-size: 11px !important;
}

.preview a {
	color: #80000;
	font-size: 12px !important;
}	
.preview a:visited {
	color: #cc0000;
	font-size: 11px !important;
}	

.preview a:hover {
	color: #cc0000;
	font-size: 11px !important;
}

.preview h3 {
	padding-top: 3px;
	font-family: Arial;
	font-weight: bold !important;
	font-size: 11px !important;
	color: #000;
	}
	
.preview h3 a {
	color: #000;
	font-size: 11px !important;
}	
.preview h3 a:visited {
	color: #000;
	font-size: 11px !important;
}
	
.previewwrap {
	margin: .85em 0;
	padding-bottom: .5em;
	float: left;
	}