.style1
{
	font-family:arial;
	font-size:11px;
	color: #333333;
	text-align: justify;
}

.style1x
{
	font-family:arial;
	font-size:11px;
	color: #333333;
}

.style1x9
{
	font-family:arial;
	font-size:10px;
	color: #333333;
}


.style2
{
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}

.style3 
{
	font-family: arial;
	font-size:11px;
	font-weight: bold;
	color: #FFFFFF;
}
.title
{
	font-family:arial;
	font-size:11px;
}
.style_list
{
	font-family: arial;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	width: 300px;
	
}

.style_hidden_list
{
	font-family: arial;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	width: 0px;
	height:0px;
	
}

.style_combo
{
	font-family: arial;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	width: 230px;
	
}

.style_button
{
	font-family: arial;
	font-size: 11px;
	color: #333333;
}
.style_textarea
{
	font-family: arial;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	width: 400px;
}

.style_title
{
	font-family: arial;
	font-size: 12px;
	color: #660000;

	font-weight:bold;
	
}
.style_title2
{
	font-family: arial;
	font-size: 11px;
	color: #660000;
	
}

.style_right
{
	font-family:arial;
	font-size:11px;
	color: #660000;
	text-align: right;
}



a:link {
	font-family: arial;
	color: #660000;
	text-decoration: none; 
}

a:visited { 
	font-family:arial;
	color:#660000;
	text-decoration: none; 
} 
a:hover { 
	font-family: arial;
	color: #FF0000;
	text-decoration: underline;
} 
