/* CSS Document */
.content
{
width:									800px;
}

.nav_1
{
width:									900px;
height:									30px;
}

.nav_2
{
width:									100px;
vertical-align:					top;
}

body
{
background-color:				#EAEAEA;
background-image:				url(images/bground_gradient.jpg);
background-repeat:			repeat-x;
}

.header
{
width:									900px;
height:									161px;
}

.line
{
width:									900px;
height:									5px;
}

.nav_txt
{
font-family:						Arial, Helvetica, sans-serif;
font-size:							12px;
text-decoration:				none;
height:									30px;
vertical-align:					middle;
padding-top:						5px;
}

.nav_txt:hover
{
text-decoration:				underline;
font-weight:						bold;
font-size:							13px;
}

.nav_txt:visited
{
font-weight:						bold;
text-decoration:				none;
}

.heading_txt
{
font-family:						"Arial Narrow", Arial, Helvetica, sans-serif;
font-size:							24px;
font-weight:						bold;
vertical-align:					bottom;
}

.table_1
{
	border-top:						4px dashed;
	border-left:					2px dotted;
}

a.nav_text
{
font-family:						Arial, Helvetica, sans-serif;
font-size:							12px;
color:									#FFFFFF;
text-decoration:				none;
height:									30px;
vertical-align:					middle;
}
	
.title
{
font-family:						"Arial Narrow", Arial, Helvetica, sans-serif;
font-size:							40px;
position:								relative;
top:										-50px;
left:										240px;
width:									200px;
text-align:							right;
}

.nav_line
{
width:									900px;
height:									1px;
background-color:				#999999;
position:								relative;
top:										-4px;
left:										0px;
font-size:							1px;
}

.links
{
display:								block;
margin-left:						20px;
font-family:						Arial, Helvetica, sans-serif;
font-size:							12px;
text-decoration:				none;
}

.links:hover
{
text-decoration:				underline;
font-weight:						bold;
font-size:							13px;					
}

.links:visited
{
text-decoration:				none;
}