/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: url(images/background.jpg);
	}

form {
	margin: 0px;
	padding: 0px;
}

li {
	list-style-image: url(images/bullet.gif);
	list-style-position: outside;
}

.input1 {
	width: 190px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #979DA2;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 1.2em;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	text-align: justify;
}

p, blockquote {
	line-height: 1.2em;
}

.copyright {
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
}

.text1 {
	font-size: 16px;
	font-weight: bold;
	color: #dc2700;
}
.contact {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.contact_sm {
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: right;
}

.text2 {
	font-size: 16px;
}

.text3 {
	font-size: 18px;
	font-weight: bold;
	color: #154669;
}
.text4 {
	font-size: 14px;
	font-weight: normal;
	color: #dc2700;
	text-align: right;
}



.text5 {
	color: #E4E8EC;
}

.text6 {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.text7 {
	text-align: center;
	color: #949494;
}
/** LINKS */

a {
	color: #02246A;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	display: block;
	width: 104px;
	background: #FFFFFF url(images/homepage04.gif) no-repeat left bottom;
	text-decoration: none;
	font-weight: bold;
	color: #01236a;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

a.link1:hover {
	color: #DD2700;
}
a.link1on {
	display: block;
	width: 104px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	background: #FFFFFF url(images/homepage04.gif) no-repeat left bottom;
	text-decoration: none;
	font-weight: bold;
	color: #DD2700;
}

a.link1on:hover {
	color: #DD2700;
}


a.link2 {
	display: block;
	background: #01236a url(images/homepage06.gif) no-repeat;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 15px;
}

a.link2:hover {
	background: #b2b2b2 url(images/homepage07.gif) no-repeat;
}

a.link2on {
	display: block;
	background: #b2b2b2 url(images/homepage07.gif) no-repeat;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 15px;
}

a.link2a {
	display: block;
	background: #01236a url(images/homepage06.gif) no-repeat;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 45px;
}

a.link2a:hover {
	background: #b2b2b2 url(images/homepage07.gif) no-repeat;
}

a.link2aon {
	display: block;
	background: #b2b2b2 url(images/homepage07.gif) no-repeat;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 45px;
}


a.link3 {
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	color: #DF4900;
}

a.link3:hover {
	text-decoration: underline;
}

a.link4 {
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #DF4900;
}

a.link4:hover {
	text-decoration: underline;
}

/** BACKGROUNDS */


.bg1 {
	background: #FFFFFF url(images/homepage09.gif) repeat-y center top;
}

.bg2 {
	background: #FFFFFF url(images/homepage02.gif) repeat-x;
}

.bg3 {
	background: #FFFFFF url(images/homepage05.gif) no-repeat;
}

.bg4 {
	background: #FFFFFF url(images/homepage14.gif) repeat-x;
}

.bg5 {
	background: #FFFFFF url(images/homepage15.gif) repeat-x;
}

.bg6 {
	background: #FFFFFF url(images/homepage11.gif) no-repeat;
}

.bg7 {
	background: #FFFFFF url(images/homepage10.gif) repeat-y 50% 0%;
}

/** MISC */

.align-justify { text-align: justify; }

.img1 {
	float: left;
	margin-top: 2px;
	margin-right: 15px;
}

hr { display: none; }

.hr1 {
	height: 2px;
	margin-bottom: 1em;
	background: url(images/homepage12.gif);
}

.hr2 {
	height: 1px;
	margin-bottom: 1em;
	background: url(images/homepage19.gif);
}


