a:visited {	color: #2d5f9d; text-decoration: none; }
a:hover { color: #EB0101; text-decoration: underline; }
a:link { color: #2d5f9d; text-decoration: none; }
body, td {
	font-family: verdana, arial, helvetica;
	font-size: 12px;
}
body { margin: 0px; padding: 0px; }
.red_button {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #EB0101;
	padding:2px;
	background-color: #FFFFFF;
	border: 1px solid;
	vertical-align:top;
	cursor:pointer;
}
.agreement {
	position: relative; 
	width: 98%; 
	height: 400px; 
	background-color: #EFEFEF; 
	overflow: auto; 
	padding: 10px;
}		 
.input_text {
	color: #000000;
	font-size: 12px;
	border: 1px solid #CDCDCD;
	padding: 1px;
	margin: 1px;
}
.lic_text { 
	font-family: courier new; 
	font-size: 11px; 
	background: #ebebe4; 
	width: 100%;
	height: 400px;
}
.lic_key {
	font-family: courier new;
	font-size: 10px;
	background: #ebebe4;
	height: 115px;
	width: 420px;
}
.menu_title {
	font-size: 11px;
	color: #454545;
	font-weight: bold;
	vertical-align: middle;
	height: 20px;
	width: 100%;
}
.menu {
	text-decoration: none;
	margin: 0 0 0 0;
	border: 1px solid #CDCDCD;
	background-color: #FFFFFF;
	-moz-border-radius: 4px 4px 0px 0px;
	color: #61718c;
	width: 100%;
}
.menu_area {
	padding: 5px;
}
.menu_bar {
	background-color: #E7E7E7; 
	padding: 6px;
}
.menu_item {
	background: #ffffff url('images/right_arrow.png') no-repeat center left;
	padding-left: 15px;
	color: #666666;
}
a.m_active { color: #666666; }
a.m_inactive { color: #CCCCCC; }
a.m_complete { color: #666666; text-decoration: line-through; }
.footer {
	width: 100%; 
	background-color: #707070; 
	height: 15px; color: #FFFFFF; 
	font-size: 10px; 
	padding-left: 10px; 
	padding-top: 3px; 
	padding-bottom: 3px; 
	font-weight: bold; 
	text-align: center; 
	vertical-align: middle;
}
.message_bar {
	width: 100%; 
	background-color: #727172; 
	height: 15px; 
	color: #FFFFFF; 
	font-size: 11px; 
	padding-left: 10px; 
	padding-top: 3px; 
	padding-bottom: 3px; 
	font-weight: bold;
}
.alert_message {	
	background: #FFFFFF;
	border: solid #33cc00 1px;
	padding: 10px;
	margin-bottom: 10px;
}
.error_alert {
	margin-left: 35px;
}
