/* CSS Document */

body{ font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9;
	margin-top: 5px;
    margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	color: #B6BBD2;
    background-color: #7B819A;
	background-image: url(images/bg.gif);
	background-position: top;
    background-repeat: repeat-x; 
	text-align: left;}
	
a:link{ COLOR: #495271; text decoration: none; font-style: normal; }
a:visited{ COLOR: #495271; text decoration: none; font-style: normal; }
a:hover{ COLOR: #B6BBD2; text decoration: none; font-style: normal; }
	
#container { margin: 0 auto;
	width: 650px; }
	
.main_table{ width: 650px; }

.small_text{ font-size: 10px; }

.login_box{ font-size: 10px;
	padding-top: 3px;
	padding-bottom: 3px; }

.nav_this{ width: 73px;
	height: 27px;
	background-image: url(images/image_02.gif);
	background-position: left;
    background-repeat: no-repeat; }

.nav{ width: 73px;
	height: 27px;
	background-image: url(images/image_03.gif);
	background-position: left;
    background-repeat: no-repeat; }
	
.nav_left{ width: 73px;
	height: 27px;
	background-image: url(images/image_03_left.gif);
	background-position: left;
    background-repeat: no-repeat; }
	
.nav_over{ width: 73px;
	height: 27px;
	background-image: url(images/image_04.gif);
	background-position: left;
    background-repeat: no-repeat; }
	
.nav_over_left{ width: 73px;
	height: 27px;
	background-image: url(images/image_04_left.gif);
	background-position: left;
    background-repeat: no-repeat; }
	
.form{ background-color: #A7ADC7;
	border: 1px solid #35394F;
	color: #35394F;
	margin-bottom: 2px;
	font-size: 10px;
	width: 90px;
	height: 13px; }
	
.form_login{ background-color: #A7ADC7;
	border: 1px solid #35394F;
	color: #35394F;
	margin-bottom: 2px;
	font-size: 10px;
	width: 90px;
	height: 13px; }
	
.form_submit{ font-size: 9px; }
	
.box_head{ background-image: url(images/image_23.gif);
	font-size: 10px;
	font-weight: bold;
	width: 100%; }
	
.box{ background-color: #6C718B;
	border-left: 1px solid #444961;
	border-right: 1px solid #444961;
	border-bottom: 1px solid #444961;
	font-size: 10px; }