/** BASIC */

body {
	margin: 0px;
	padding: 0px;
/*	background: #FFFFFF url(img/homepage10.gif) repeat-y 50% 0%;/**/
}
.logo_name {
	color:#FFFFFF;
	font-size: 18px;
	margin-right: 10px;
	font-weight: 100;
}
.logo_slogan {
	color:#FFFFFF;
	font-size: 12px;
	margin-right: 10px;
	font-weight: 100;
	padding-bottom: 10px;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

.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;
}
h3 {
	font-size: 14px;
	padding-bottom: 8px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777777;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	text-align: justify;
}

p, blockquote {
	/*line-height: 1.1em;/**/
}

.text1 {
	text-align: right;
	font-size: 23px;
	font-weight: bold;
	color: #B32017;
}

.text2 {
	text-align: right;
	font-weight: bold;
	color: #B32017;
	font-size: 16px;
}

.text3 {
	font-size: 14px;
	font-weight: bold;
	color: #154669;
}

.text4 {
	font-size: 11px;
	font-weight: bold;
	color: #525E6A;
}

.text5 {
	color: #E4E8EC;
	text-align: justify;
	padding-bottom: 5px;
	padding-top: 5px;
}

.text6 {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.text7 {
	text-align: center;
	color: #949494;
}

/** LINKS */

a {
	color: #B32017;
}

a:hover {
	text-decoration: none;
}

a.link1, a.link1_active {
	display: block;
	width: 76px;
	padding: 12px 0px 7px 20px;
	background: #FFFFFF url(img/homepage04.gif) no-repeat left bottom;
	text-decoration: none;
	font-weight: bold;
	color: #154669;
}

a.link1:hover, a.link1_active {
	color: #B32017;
}

a.link1:hover {
}

a.link2nolink {
	display: block;
	padding: 6px 22px;
	background: #002855; /*url(img/homepage06.gif) no-repeat;/**/
	text-align: right;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	height: 20px;
}
a.link2, a.link2_active {
	display: block;
	padding: 6px 22px;
	background: #223B67 url(img/homepage06.gif) no-repeat;
	text-align: right;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	height: 20px;
}

a.link2:hover, a.link2_active {
	background: #B53D33 url(img/homepage07.gif) no-repeat;
}

a.link3 {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	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(img/homepage09.gif) repeat-y center top;
}

.bg2 {
	background: #FFFFFF url(img/homepage02.gif) repeat-x;
}

.bg3 {
	background: #FFFFFF url(img/homepage05.gif) no-repeat;
}

.bg4 {
	background: #FFFFFF url(img/homepage14.gif) repeat-x;
}

.bg5 {
	background: #FFFFFF url(img/homepage15.gif) repeat-x;
}

.bg6 {
	background: #FFFFFF url(img/homepage11.gif) no-repeat;
}

.bg6right {
	background: #FFFFFF url(img/homepage11right.gif) repeat-y;
}

.bg7 {
	background: #FFFFFF url(img/homepage10.gif) repeat-y 0 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(img/homepage12.gif);
}

.hr2 {
	height: 1px;
	margin-bottom: 1em;
	background: url(img/homepage19.gif);
}

.SubMenu { }

.SubMenu tr td {border-bottom: 1px solid #999999;}


