body
{
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Geneva, Verdana, Arial, sans-serif;
	font-size: small;
	/*color: #3C3C3C;*/
	color: Black;
	font-size: 12px;
	
	background-color: #D1D1D1;
	background-image: url(../gfx/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.left_pagerule
{
	background-image: url(../gfx/shl.gif);
	vertical-align: top;
}

.main_section
{
	background-image: url(../gfx/bg2.gif);
	
	padding-top: 8px;
	padding-right: 15px;
	padding-left: 17px;
	
	margin: 0px 0px 0px 0px;
	
	vertical-align: top;
}

.logo_section
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.title_section
{
	width: 520px;
	padding: 8px 0px 0px 6px;
	margin: 0px 0px 0px 0px;
}
.menu_section
{
	padding: 6px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	
	vertical-align: top;
}
.content_section
{
	width: 515px;
	height: 500px;
	
	padding: 6px 0px 0px 6px;
	margin: 0px 0px 0px 0px;
	
	border: solid 0px black;
	
	vertical-align: top;
}
.bar_section
{
	width: 165px;
	height: 100%;
	
	padding: 0px 0px 0px 0px;
	
	vertical-align: top;
}
.bar_pic_section
{
	padding: 8px 1px 0px 1px;
	margin: 0px 0px 0px 0px;
}
.bar_skew_section
{
	width: 29px;
	height: 29px;
}
.bars_space
{
	width: 10px;
}

.txt_table
{
	width: 100%;
	height: 100%;
}
.txt_section
{
	/*height: 100%;*/
	/*width: 93%;*/
	
	border-top: solid 1px black;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	border-left: solid 1px black;
	
	background-color: White;
	
	background-position: right top;
	background-repeat: no-repeat;
	
	padding: 30px 15px 3px 15px;
	
	font-size: 13px;
	text-align:justify;
	vertical-align: top;
	
}
#pic_r1 {background-image: url(../pic/r1.jpg);}
#pic_r2 {background-image: url(../pic/r2.jpg);}
#pic_r3 {background-image: url(../pic/r3.jpg);}
#pic_r4 {background-image: url(../pic/r4.jpg);}
#pic_r5 {background-image: url(../pic/r5.jpg);}

.null_space
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}


a { color: #280078; text-decoration: none; }
a:hover { color: #280078; text-decoration: underline; }

a.black { color: #000000; text-decoration: none; }
a.black:hover { color: #000000; text-decoration: underline; }

a.white { color: #FFFFFF; text-decoration: none; }
a.white:hover { color: #FFFF00; text-decoration: underline; }

