
.normal{
	background: #fafafa;
	color: #676767;
}

label{
	width:150px;
	display:block;
	float:left;
}
a:link,
a:visited,
a:active{
	background: transparent;
	text-decoration: none;
}

img {
	behavior: url("pngbehavior.htc");
	border:none;
}


a:hover{
	background: transparent;
	color: #444;
	text-decoration: none;	
}

div .code{
	width:400px;
	border:1px solid black;
	background:#EFEFEF;
}

.row_head{
	background:#eaeaea;
	border-bottom:solid black 1px;
	color: #888888;
	font-family: Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
	line-height: 175%;
	font-size: 7pt;
	
}

.row_foot{
	background:#eaeaea;
	border-top:solid black 1px;
	color: #888888;
	font-family: Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
	line-height: 175%;
	font-size: 7pt;

}

.row{
	background:#eaeaea;
	color: #888888;
	font-family: Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
	line-height: 175%;
	font-size: 7pt;

	border:0px none;
}

.row_topic
{
	background:#eaeaea;
	color: #888888;
	font-family: Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
	line-height: 175%;
	font-size: 7pt;
	text-align: left;
	border:0px none;
}

.row_head_forum
{
	background:#585858;
	color: #ffffff;
	font-family: Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
	line-height: 14px;
	font-size: 7pt;
	text-align: left;
	border:0px none;
}

/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #82C3D3 url(/images/homepage01.jpg) repeat left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
	width: 125px;
	height: 13px;
	padding: 3px 0px 0px 4px;
	border: 1px solid #BDCACB;

	font: normal 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

.input2 {
	padding-bottom:3px;
	height: 18px;
	border: 1px solid #BDCACB;

	font: normal 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}


/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.text1 {
	margin-bottom: 5px;
	font-size: 11px;
}

.text2 {
	text-align: center;
	font-size: 10px;
	color: #A0B8BC;
}

.text3 {
	color: #727F80;
}

/** LINKS */

a {
	text-decoration: none;
	color: #FFAF3E;
}

a:hover {
	text-decoration: underline;
}

a.link1 {
}

a.link2 {
}

/** STYLES */

.style1 {
	text-align: center;
	color: #A0C9CE;
}

.style1 a {
	color: #739297;
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
	background: url(/images/homepage08.jpg) no-repeat left top;
}

.bg2 {
	background: url(/images/homepage10.jpg) repeat-y left top;
}

.bg3 {
	background: url(/images/homepage11.jpg) no-repeat left top;
}

.bg4 {
	background: url(/images/homepage25.jpg) no-repeat left top;
}

.bg5 {
	background: url(/images/homepage34.jpg) repeat-x left top;
}

.bg6 {
	background: url(/images/subpage02.jpg) no-repeat left top;
}

.bg7 {
	background: url(/images/subpage03.jpg) repeat-y left top;
}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin-right: 10px;
}

.img2 {
	float: right;
	margin-left: 10px;
}

hr { display: none; }

.hr1 {
	clear: both;
	padding: 10px 0px;
	height: 2px;
	background: url(/images/homepage29.gif) repeat-x left center;
}

input{
	border: 1px solid #ccc;
	font-size: 8pt;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	height:16px;
	margin-bottom:1px;
}

input.submit{
	border: 1px solid #ccc;
	font-size: 8pt;
	color: #565656;
	background-color:transparent;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	height:18px;

}