﻿/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
	width: 90px;
}

.input2 {
	width: 45px;
	height: 22px;
	background: url(../SiteImages/homepage15.gif) no-repeat left top;
	border: none;
	text-transform: uppercase;
	font-size: 8px;
	font-weight: bold;
	color: #FFFFFF;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

.hThree {
	font-size: 16px;
	font-weight: bold;
	color: #515151;
}

.homeText {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #868686;
    vertical-align: top;
}

/** TEXTS */

body, th, td, input, textarea, select {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #868686;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.text1 {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}

.sub-heading, .sub-heading a
{
    margin-bottom: 5px;
    font-size: 11px;
    font-weight: bold;
    color: #515151;
    text-decoration: underline;
}

.text3 {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #515151;
}

.copyright-text, .copyright-text a
{
    margin-top: 5px;
	text-align: center;
	color: Black;
}


/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
	line-height: 18px;
}

/** LINKS */

a {
	color: #3695E2;
}

a:hover {
	text-decoration: none;
}

.menu-link {
	display: block;
	width: 167px;
	height: 19px;
	padding: 8px 0px 0px 10px;
	background: url(../SiteImages/homepage09.gif) no-repeat left top;
	text-decoration: none;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	color: #515151;
}

.menu-link:hover {
	background-image: url(../SiteImages/homepage10.gif);
	color: #FFFFFF;
}

.menu-sub-link {
	display: block;
	width: 161px;
	height: 19px;
	padding: 8px 0px 0px 16px;
	background: url(../SiteImages/homepage08.gif) no-repeat left top;
	text-decoration: none;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	color: Gray;
}

.menu-sub-link:hover {
	background-image: url(../SiteImages/homepage10.gif);
	color: #FFFFFF;
}

.link2 {
	color: #FFFFFF;
}

.link-white {
	color: #FFFFFF;
}

.link-white:hover {
	color: #FFFFFF;
	text-decoration:none;
}

.site-map {margin: 5px 0px 0px 4px; color: #868686; padding-left:15px; background:url(../SiteImages/breadcrumb.png) 1px 3px no-repeat;}
.site-map a{ text-decoration:underline; color: #868686;}
.site-map a:hover{ text-decoration:none; color:#868686;}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

.header
{
    font-size: 40px;
    font-weight: bold;
    color: white;
    font-family: 'Times New Roman' , Times, serif;
}
.sub-header {
    font-size: 14px;
    color: white;
    position: relative;
    left: 5px;
}

.footer-text {
	color: #FFFFFF;
    font-style: italic;
}

/** BACKGROUNDS */

.bg-header { background: url(../SiteImages/bg-header.jpg) repeat left top; }
.bg0 { background: url(../SiteImages/homepage02.jpg) repeat left top; }
.bg { background: url(../SiteImages/bg.gif) repeat left top; }
.bg-content { background-color: White; } /**background: url(../SiteImages/bg-content.gif) repeat-y left top; } */
.bg3 { background: #E0E0E0 url(../SiteImages/homepage20.gif) no-repeat left top; }
.bg4 { background: url(../SiteImages/homepage21.gif) no-repeat left bottom; }
.bg5 { background: url(../SiteImages/homepage22.gif) repeat-x left top; }
.bg6 { background: url(../SiteImages/homepage23.gif) repeat-x left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border-style: none;
    border-color: inherit;
    border-width: medium;
    text-align: right;
}

.image-lhs {
	margin: 0px 7px 0px 0px;
}

.image-rhs {
	margin: 0px 7px 0px 7px;
}

.flags {
    /**margin: top right bottom left;*/
    margin: 6px 1px 0px 1px;
    height: 21px;
    width: 41px;
}

hr { display: none; }

.hr1 {
	clear: both;
	height: 31px;
	background: url(../SiteImages/homepage11.gif) repeat-x left center;
}



