body
{
	font-family: verdana;
	font-size: 12px;
	background-color: #F2F4FE;
	background-image: url(hd_background.png);
	background-repeat: repeat-x;
	color: #000000;
}

input, textarea
{
	font-family: verdana;
	font-size: 12px;	
	color: #000000;

}

pre
{
	font-family: monospace;
	font-size: 10px;
}
.alpha
{
	font-family: verdana;
	padding: 2px 4px 2px 4px;	
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.alpha:hover
{
	color: #ffffff;
}

.alpha_selected
{
	border: 1px solid #cccccc;
	padding: 2px 4px 2px 4px;
	font-family: verdana;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: #000000;
}

.next_buttons
{
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.big_text
{
	font-weight: bold; 
	font-size: 16px;
	color: #000000;
}

.big_link
{
	font-weight: bold; 
	font-size: 16px;
	color: #000000;
	text-decoration: none;
}

.big_link:hover
{
	text-decoration: underline;
}

.description
{
	font-size: 11px;
	margin-left: 7px;
	margin-right: 7px;
}

.manual_box
{
	border: 1px solid #cccccc;
	width: 946px;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	background-color: #ffffff;
	margin-top: 10px;
	margin-bottom: 20px;
}

.tr_highlight
{
	background-color: #ffffff;
	cursor: default;
}

.tr_highlight:hover
{
	background-color: #eeeeee;
	cursor: pointer;
}

.td_left
{
	width: 50px;
	border-bottom: 1px solid #cccccc;
	padding: 3px;
}

.td_center
{
	width: 340px;
	text-align: center;
	border-bottom: 1px solid #cccccc;
}

.td_right
{
	width: 50px;
	border-bottom: 1px solid #cccccc;
	padding: 3px;
}

.left_desc
{
	width: 200px;
	border-bottom: 1px solid #cccccc;
	padding: 3px;
}

.right_desc
{
	width: 200px;
	text-align: right;
	border-bottom: 1px solid #cccccc;
}



.image_list
{
	width: 50px;
	height: 67px;
	border: 1px solid #cccccc;
}