﻿/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: url(images/bg.gif) repeat-x;
	background-color: #000000;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.text_gray {
	font-size: 10px;
	color: #999999;
}

.text_gray strong {
	font-weight: bold;
}

.HomeText {
	font-size: 22px;
	color: #112277;
}

/** LINKS */

a {
	color: #728de4;
}

a:hover {
	text-decoration: none;
}

a.main {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	line-height: 15px;
}

a.main:hover {
	text-decoration: underline;
}

a.sub {
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 7px;
	line-height: 15px;
}

a.sub:hover {
	text-decoration: underline;
}

/** BACKGROUNDS */

.bg1 { background: url(images/content_bg.jpg) no-repeat right top; }

/** MISC */

.form_transparent {
  background-color: Transparent;
}

div.transbox {
	width: 440px;
	margin: 25px 0px 0px 25px;
	background-color: #ffffff;
	border: 1px solid black;
	/* for IE */
	filter:alpha(opacity=85);
	/* CSS3 standard */
	opacity:0.85
	/* for Mozilla */
	-moz-opacity:0.85;
}

div.transbox_wide {
	width: 607px;
	margin: 25px 0px 0px 25px;
	background-color: #ffffff;
	border: 1px solid black;
	/* for IE */
	filter:alpha(opacity=85);
	/* CSS3 standard */
	opacity:0.85;
	/* for Mozilla */
	-moz-opacity:0.85;
}

div.transbox p, div.transbox_wide p {
	margin: 10px 20px 20px 20px;
	text-align: justify;
}

div.transbox ul, div.transbox_wide ul {
	margin-right: 20px;
	margin-top: -20px;
	margin-bottom: 20px;
}

div.transbox h5, div.transbox_wide h5 {
	text-align: left;
	margin: 20px 0px 0px 20px;
}