/* ------------------------------GLOBAlS--------------------------------- */
body, html  {
	scrollbar-track-color: #F9E5E4;
	scrollbar-face-color: #FFA0A0;
	scrollbar-highlight-color: #FFA0A0;
	scrollbar-3dlight-color: #FFA0A0;
	scrollbar-darkshadow-color: #FFA0A0;
	scrollbar-shadow-color: #FFA0A0;
	scrollbar-arrow-color: #E00900;
}
body, th, td, div, select, optgroup, input, textarea, h1, h2, h3, p	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-size: 10px;
	color: #000000;
}
body	{
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}
form, h1, h2, h3	{
	display: inline;
}
p, h1, h2, h3	{
	font-weight: normal;
	margin: 0;
	padding: 0;
}
ul, ol	{
	margin: 0 0 15px 0;
	padding: 0 0 0 22px;
}
ul	{
	list-style-type: square;
}
img	{
	border: 0px solid black;
}
a	{
	color: #FF7676;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}

/* ------------------------------LAYOUT----------------------------- */

h1#main_hdr	{
	position: absolute;
	z-index: 1;
	left: 50%;
	font-size: 1px;
}
table#whole	{
	position: relative;
	z-index: 5;
	width: 100%;
	height: 100%;
	background: url('../img/bg_body.gif') left top repeat;
}
div#whole_sub, div#footer	{
	position: relative;
	left: 50%;
	margin-left: -419px;
	width: 838px;
}
div#whole_sub	{
	background: url('../img/bg_whole_sub.gif') left top repeat-y;
}
div#content_bottom_ln	{
	position: absolute;
	z-index: 10;
	left: 232px;
	width: 570px;
	line-height: 52px;
	background-color: #FFFFFF;
}
div#whole_sub2	{
	background: url('../img/bg_dotted_line.gif') left bottom repeat-x;
}
div#head	{
	position: relative;
	z-index: 20;
}
div#left_col	{
	float: left;
	width: 232px;
}
div#left_col_ban	{
	float: left;
	width: 184px;
	padding-top: 5px;
	padding-left: 23px;
}
div#main_menu_wrap	{
	background: url('../img/bg_menu_wrap.gif') left top no-repeat;
}
div#main_menu	{
	background: url('../img/bg_menu.gif') left top repeat;
}
img#lcol_img	{
	border-right: 1px solid #F7DEDD;
	border-bottom: 1px solid #F7DEDD;
}
div#main_col	{
	float: left;
	width: 606px;
	height: 300px;
	overflow: auto;
}
div#main_col_padd	{
	padding: 50px 45px 57px 57px;
}
div#main_col_inner_w	{
	width: 484px;
}
div#footer_sqrs	{
	padding: 20px 0 1px 0;
}
div#fbox_1, div#fbox_2, div#fbox_3, div#fbox_4, div#fbox_5	{
	float: left;
	width: 184px;
	background-color: #BE0000;
}
div#fbox_2, div#fbox_3	{
	width: 140px;
}
div#fbox_1 div, div#fbox_2 div, div#fbox_3 div, div#fbox_4 div, div#fbox_5 div	{
	padding-left: 10px;
	line-height: 24px;
	color: #FFA0A0;
}
div#fbox_2 div	{
	color: #FFD4D4;
	background-color: #E00900;
}
div#fbox_3 div	{
	padding-right: 15px;
	text-align: right;
	background-color: #FFA0A0;
}
div#fbox_3 div a	{
	font-weight: bold;
	color: #BE0000;
}
div#fbox_4 div	{
	padding-right: 15px;
	text-align: right;
	background-color: #fbd7d6;
}
div#fbox_4 div a	{
	font-weight: bold;
	color: #FF7676;
}
div#fbox_5 div	{
	padding-right: 1px;
	text-align: right;
	background-color: #feefee;
}
/* ------------------------------COMMON CLASSES--------------------------- */

.fleft	{
	float: left;
}
.fright	{
	float: right;
}
.aleft	{
	text-align: left;
}
.aright	{
	text-align: right;
}
.acenter	{
	text-align: center;
}
.justify	{
	text-align: justify;
}
.pos_rel	{
	position: relative;
}
.n	{
	font-weight: normal;
}
.b	{
	font-weight: bold;
}
.c	{
	text-transform: uppercase;
}
.u	{
	text-decoration: underline;
}
.nod	{
	text-decoration: none;
}
.clearer	{
	line-height: 0px;
	clear: both;
}
span.sclearer	{
	display: block;
	line-height: 1px;
	clear: both;
}
.cleft	{
	clear: left;
}
.cright	{
	clear: right;
}
.pointer	{
	cursor: pointer;
	_cursor: hand;
}
.hidden	{
	display: none;
}

/* --------------------------------COLORS--------------------------------- */

.bg_white	{
	background-color: #FFFFFF;
}

/* --------------------------------WYSIWYG--------------------------------- */

.wysiwyg h2, .wysiwyg h3	{
	margin-bottom: 16px;
}
.wysiwyg h2	{
	font-size: 14px;
	font-weight: bold;
	display: block;
}
.wysiwyg h3	{
	font-size: 12px;
	font-weight: bold;
	display: block;
}
.wysiwyg img	{
	border: 10px solid #F9E5E4;
	margin: 0 27px 20px 0;
}
