/* CSS Document */

/* =============================================================*/

html{
	height:100%;
}

/* =============================================================*/

body{
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#FFFFFF;
	padding-left:50px;
	height:100%;
}

/* =============================================================*/

td{
	font-size:10px;
}

/* =============================================================*/

.head1{
	background-image:url(../_images/index_r1_c2.jpg);
	width:200px;
	height:66px;
}

/* =============================================================*/

.head2{
	background-image:url(../_images/index_r1_c3.jpg);
	width:583px;
	height:66px;
}


/* =============================================================*/

.title{
	background-image:url(../_images/index_r2_c2.jpg);
	width:783px;
	height:39px; 
	background-repeat:no-repeat;
}

/* =============================================================*/

.menu{
	background-image:url(../_images/index_r3_c2.jpg);
	width:200px;
	height:520px; 
	background-repeat:no-repeat; 
	background-position:bottom; 
	background-color:#CC0001;
	padding-top:20px
}

/* =============================================================*/
.main{
	padding:10px;
}

/* =============================================================*/

.foot{
	width:583px;
	height:71px;
}

/* ================================================*/

a.menuButton{
	display:block;
	width:200px;
	height:37px;
	background-color:#820000;
	border-width:0px;
	text-align:center;
	cursor:pointer;
	text-decoration:none;
	color:#FFFFFF;
	margin-bottom:1px;
}

/* ================================================*/

a:hover.menuButton{
	display:block;
	width:198px;
	height:37px;
	background-color:#820000;
	text-align:center;
	cursor:pointer;
	text-decoration:none;
	color:#000000;
	margin-bottom:1px;
}

/* ================================================*/

.menuSelected{
	display:block;
	width:198px;
	height:37px;
	background-color:#FFFFFF;
	text-align:center;
	cursor:pointer;
	text-decoration:none;
	color:#000000;
	margin-bottom:1px;
}


/* ================================================*/

a:link.innerLink{
	color:#990000;
	text-decoration:none;
}

/* ================================================*/

a:visited.innerLink{
	color:#990000;
	text-decoration:none;
}

/* ================================================*/

a:hover.innerLink{
	color:#990000;
	text-decoration:underline;
}

/* ================================================*/

hr.space{
	border:none;
	height:1px;
	background-color:#DDDDDD;
	
}

/* ================================================*/

a:link.downloadLink{
	color:#990000;
	text-decoration:none;
	
}

/* ================================================*/

a:visited.downloadLink{
	color:#990000;
	text-decoration:none;
	
}

/* ================================================*/

a:hover.downloadLink{
	color:#990000;
	text-decoration:underline;
	
}

/* ================================================*/

a.scrollButton{
	display:block;
	width:50px;
	height:15px;
	background-color:#DFDFDF;
	padding-top:3px;
	border:#C0C0C0 solid 1px;
	text-align:center;
	cursor:pointer;
	text-decoration:none;
	color:#000000;
	margin-bottom:1px;
}

/* ================================================*/

a:hover.scrollButton{
	display:block;
	width:50px;
	height:15px;
	background-color:#EAEAEA;
	padding-top:3px;
	border:#C0C0C0 solid 1px;
	text-align:center;
	cursor:pointer;
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	margin-bottom:1px;
}

/* ================================================*/

input, textarea{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px;

}





