@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/bg_blueblack.gif);
	background-repeat: repeat-x;
	background-color: #000000;
	color: #000000;
}

.reg_sizes {
	font-size: 10pt;
	margin-left:20px; width:395px; height:245px; overflow: auto; float:left;
}

h3 {
	font-size: 1.3em;
}

a.outer_link, a:visited.outer_link {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover.outer_link {
	text-decoration: underline;
	color: #FFFFFF;
}

/* TAB Styles */
a.tabs, a:visited.tabs {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	margin-left: 8px;
	margin-right: 8px;
	/*margin-bottom: 1px;*/	
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #000000;
}

a:hover.tabs {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	margin-left: 8px;
	margin-right: 8px;
	/*margin-bottom: 1px;*/	
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
	color: #FF0000;
}
