/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
 * html .visualIEFloatFix { height: 0.01%; }
body {
	background-color: #EEEEEE;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #333333;
	font-size: 12px;
	width: 760px;
	padding: 20px 0px 20px 0px;
	margin: auto;
}
#top {
	width: 760px;
	height: 12px;
	background-image: url(images/main_top.png);
	background-repeat: no-repeat;
	background-position: top;
}
#bottom {
	width: 760px;
	height: 12px;
	background-image: url(images/main_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#body {
	width: 760px;
	background-image: url(images/main_body.png);
	background-repeat: repeat-y;
}
#bodyn {
 	padding: 0px 23px 11px 23px;
}
#headleft {
	float: left;
	padding: 0px 0px 10px 0px;
}
#headright {
	float: right;
	text-align: right;
	padding: 30px 0px 0px 0px;
}
#contentop {
	width: 714px;
	height: 9px;
	background-image: url(images/inner_top.png);
	background-repeat: no-repeat;
	background-position: top;
	
}
#contentbottom {
	width: 714px;
	height: 9px;
	background-image: url(images/inner_bottoom.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#content {
	clear: both;
	background-image: url(images/inner_body.png);
	background-repeat: repeat-y;
}
#contentn {
 	padding: 0px 33px 21px 33px;
}
#footer {
	padding: 20px 0px 0px 0px;
	text-align: center;
}
.left {
	float: left;
	padding: 0px 30px 20px 0px;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
ul li {
	list-style-image: url(images/bullet.png);
	padding: 0px 0px 5px 5px;
	margin: 0px 0px 0px 18px;
}
ol li {
	padding: 0px 0px 5px 5px;
	margin: 0px 0px 0px 20px;
}
.intro {
	font-size: 14px;
	color: #333333;
}
h2 {
	font-size: 18px;
	color: #B11196;
}
.highlight {
	color: #B11196;
}
.smalltext {
	font-size: 11px;
	text-align: right;
}
img {
	border: 0px;
}

/* LINKS */
a:link {
	color: #0090F0;
	font-weight: bold;
}
a:visited {
	color: #0090F0;
	font-weight: bold;
}
a:hover {
	color: #0090F0;
	font-weight: bold;
}
a:active {
	color: #0090F0;
	font-weight: bold;
}
#footer a:link {
	color: #666666;
	font-weight: normal;
}
#footer a:visited {
	color: #666666;
	font-weight: normal;
}
#footer a:hover {
	color: #666666;
	font-weight: normal;
}
#footer a:active {
	color: #666666;
	font-weight: normal;
}

/* FORM */
label {
	font-size: 16px;
	font-weight: bold;
}
td {
	padding: 3px 0px 3px 0px;
}
input {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	background-color: #FFFFFF;
	padding: 2px;
}
.form {
	border: 1px solid #666666;
	width: 230px;
}

/* language select list */

.footer  {
	color: #666666;
	font-size: 10px;
	font-weight: normal;
}

a:link.footer {
	color: #666666;
	font-size: 10px;
	font-weight: normal;
}
a:visited.footer {
	color: #666666;
	font-size: 10px;
	font-weight: normal;
}
a:hover.footer {
	color: #666666;
	font-size: 10px;
	font-weight: normal;
}
a:active.footer {
	color: #666666;
	font-size: 10px;
	font-weight: normal;
}