html, body {
	text-align:center;
	margin:0px;
	padding:0px;
	font:normal 12px Arial;
	color:#000000;
	background:#a6adb3;
}
div, input, textarea {
	vertical-align:top;
	text-align:left;
	font:normal 12px Arial;
	color:#000000;
}
img {
	border:0px;
}
form {
	margin:0;
	padding:0;
}
.cl {
	clear:left;
}
.cr {
	clear:right;
}
.cb {
	clear:both;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.text_just {
	text-align:justify;
}
.all_ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
}
#container {
	width:1003px;
	margin:0 auto;
}
/* IDs **/
#logo {
	padding:48px 0px 20px 45px;
}
#logo2 {
	padding:48px 0px 20px 45px;
}
#menu {
	text-align:right;
	padding-right:120px;
}
#left {
	float:left;
	width:250px;
}
#right {
	float:right;
	width:170px;
	text-align:center;
}
#content {
	float:left;
	width:580px;
}
/* CONTACTs **/
.contact_titles {
	color:#000000;
	width:80px;
	clear:left;
	float:left;
	text-align:right;
	padding-right:20px;
}
.contact_titles_error {
	color:#d50000;
	width:80px;
	clear:left;
	float:left;
	text-align:right;
	padding-right:5px;
}

.contact_titles2 {
	color:#96a6c0;
	width:80px;
	clear:left;
	float:left;
	text-align:right;
	padding-right:5px;
}
.contact_titles_error2 {
	color:#d50000;
	width:80px;
	clear:left;
	float:left;
	text-align:right;
	padding-right:5px;
}


.asterisk {
	color:#000000;
	font-size:18px;
	padding:2px 5px 0px 3px;
}
.mandatary {
	font-style:italic;
	font-size:13px;
}
.inputtext {
	border:solid 1px #000000;
	width:445px;
	background:#fff;
	margin-bottom:5px;
	height:20px;
}
.inputtextarea {
	border:solid 1px #000000;
	width:480px;
	height:120px;
	background:#ffff;
	overflow:auto;/*
	scrollbar-face-color: #e5e5e5;
	scrollbar-highlight-color: #e5e5e5;
	scrollbar-shadow-color: #343c4f;
	scrollbar-3dlight-color: #343c4f;
	scrollbar-arrow-color:  #343c4f;
	scrollbar-track-color:#343c4f;
	scrollbar-darkshadow-color: #343c4f;*/
	margin-bottom:5px;
}
.inputtext2 {
	border:solid 1px #000000;
	width:445px;
	background:#fff;
	margin-bottom:5px;
	height:20px;
}

/*.button {
	border:solid 1px #fff;
	font-size:14px;
	margin:0px;
	padding:0px;
	background:#343c4f;
	height:22px;
	cursor:pointer;
	text-align:center;
}**/
.code {
	border: solid 1px #000000;
	width:78px;
	
	height:26px;
	font-size:20px;
	text-align:left;
	background:#fff;
}
/* BACKGROUNDs **/
#top_bg {
	background:url(/img/top_bg.jpg) no-repeat top center;
	width:1003px;
	height:332px;
}
.sep {
	width:195px;
	background:url(/img/sep.gif) repeat-x center center;
	height:30px;
}
#main_bg {
	background:url(/img/main_bg.jpg) repeat-y top center;
	width:1003px;
	float:left;
}
#bottom {
	clear:both;
	background:url(/img/footer_bg.gif) no-repeat top center;
	height:90px;
	width:1003px;
	text-align:center;
	margin:0 auto;
}
/* FONTs **/
.cats {
	width:195px;
	margin:0px;
	margin-left:30px;
	text-align:center;
	padding:0px;
	list-style-type:none;
}
.logo {
	float:left;
	padding-top:50px;
	padding-left:42px;
}
.copy {
	color:#FFF;
	font-size:10px;
	font-weight:bold;
	position:relative;
	top:35px;
}
.cat_title {
	color:#e5e5e5;
	font-size:20px;
	font-weight:bold;
}
.titles {
	color:#96a6c0;
	font-size:33px;
}
.subtitles {
	color:#96a6c0;
	font-size:20px;
}
/* LINKs **/
a, a:active, a:visited {
	color:#996666;
	text-decoration:none;
}
a:hover {
	color:#996666;
	text-decoration:underline;
}
a.menu, a.menu:active, a.menu:visited {
	text-decoration:none;
	color:#343c4f;
	font-size:18px;
	padding-left:50px;
}
a.menu:hover {
	text-decoration:none;
	color:#79a0c1;
	font-size:18px;
	padding-left:50px;
}
a.menu_act, a.menu_act:active, a.menu_act:visited, a.menu_act:hover {
	text-decoration:none;
	color:#79a0c1;
	font-size:18px;
	padding-left:50px;
}
a.copyright, a.copyright:active, a.copyright:visited {
	text-decoration:none;
	color:#FFF;
	font-size:10px;
	font-weight:bold;
}
a.copyright:hover {
	text-decoration:underline;
	color:#FFF;
	font-size:10px;
	font-weight:bold;
}

a.pager, a.pager:active, a.pager:visited {
	text-decoration:none;
	color:#0000;
	padding-left:3px;
	padding-right:3px;
	font-size:13px;
	font-weight:bold;
}
a.pager:hover {
	text-decoration:none;
	color:#79a0c1;
	padding-left:3px;
	padding-right:3px;
	font-size:13px;
	font-weight:bold;
}
a.pager_act, a.pager_act:active, a.pager_act:visited, a.pager_act:hover {
	text-decoration:none;
	color:#464451;
	padding-left:3px;
	padding-right:3px;
	font-size:13px;
	font-weight:bold;
}
a.cat_title, a.cat_title:active, a.cat_title:visited {
	text-decoration:none;
	color:#464451;
	font-size:20px;
	font-weight:bold;
}
a.cat_title:hover {
	text-decoration:none;
	color:#96a6c0;
	font-size:20px;
	font-weight:bold;
}
a.cat_title_act, a.cat_title_act:active, a.cat_title_act:visited, a.cat_title_act:hover {
	text-decoration:none;
	color:#464451;
	font-size:20px;
	font-weight:bold;
}
.subcat {
	text-decoration:none;
	color:#000000;
	font-size:15px;
	font-weight:bold;
	padding-right:10px;
}
a.subcat, a.subcat:active, a.subcat:visited {
	text-decoration:none;
	color:#000000;
	font-size:15px;
	font-weight:bold;
	padding-right:10px;
}
a.subcat:hover {
	text-decoration:none;
	color:#96a6c0;
	font-size:15px;
	font-weight:bold;
	padding-right:10px;
}
a.subcat_act, a.subcat_act:active, a.subcat_act:visited, a.subcat_act:hover {
	text-decoration:none;
	color:#96a6c0;
	font-size:15px;
	font-weight:bold;
	padding-right:10px;
}
a.more, a.more:active, a.more:visited {
	text-decoration:underline;
	color:#96a6c0;
	font-weight:bold;
}
a.more:hover {
	text-decoration:none;
	color:#96a6c0;
	font-weight:bold;
}
.more {
	text-decoration:underline;
	color:#96a6c0;
	font-weight:bold;
}
.hr_line {
	background:url(/img/sep.gif) repeat-x center center;
	width:533px;
	height:30px;
	clear:left;
}
.hr_line2 {
	background:url(/img/sep.gif) repeat-x center center;
	width:533px;
	height:10px;
	clear:left;
}
.subcatli1 {
	float:left;
	width:120px;
	border:solid 1px #fff;
}
.subcatli2 {
	float:left;
	padding-left:10px;
	width:400px;
	text-align:justify;
}
.margin10 {
	margin:10px;
}
.white_title{
	color:#000000;
	font-weight:bold;
}

a.white_title,a.white_title:active,a.white_title:visited,a.white_title:hover{
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}