body { color: black; background-color: white; }

h1{
	font-size: 16px;	
	font-weight: bolder;
	color: #dda201;
}

h2{
	font-size: 13px;
	color: #809400;
}

h3{
	font-size: 11px;
	font-weight: bolder;
	color: #809400;
}
p {
    font-family: Tahoma;
    font-size: 11px;
    color: #636363;
}

td {

    font-family: Tahoma;
    font-size: 11px;
    color: rgb(99, 99, 99);
}

td.vsep{
	background-image: url(../images/bg-dot.gif);
	background-repeat: repeat-y;
}

a:link { 
	color: #2ebef7;
	text-decoration: none;
}

a:visited { color: #2ebef7;
text-decoration: none;}

a:hover { color: #ECB637; text-decoration: none; }

a:active { color: #2ebef7; text-decoration: none; }

input{
	border: 1px solid rgb(212, 145, 28); width: 204px; height: 18px;
	font-family:Tahoma; font-size:11px;  color:#636363;
}

input.button{
	width: 80px; height: 18px;
}

textarea{
	border: 1px solid rgb(212, 145, 28); overflow: hidden; width: 204px; height: 74px;
	font-family:Tahoma; font-size:11px;  color:#636363;
}
#content_area{
	padding: 6px;
	background-color: White;
	border: 1px solid #AD7F12;
	margin: 8px;
	/*height: 400px;*/
	min-height: 400px;
	width: 650px;
}

#path_area{
	padding: 6px;
}

#lang_selection_area{
	height: 18px;
	vertical-align: middle;
	text-align: right;
}