/* ALSS WEB SITE default css */
a:link{
	color: #000066;
	text-decoration: none;
	cursor: hand;
	font-weight: bold;
}
a:visited {
	color: #000066;
	text-decoration: none;
	cursor: hand;
	font-weight: bold;
}
a:hover
{
	color: #339966;
	text-decoration: underline;
	cursor: hand;
	font-weight: bold;
}
asp:hyperlink
{
	cursor: hand;
	font-weight: bold;
}

body
{
	background-color: #eeeeee;
	font-family: Verdana;	
	scrollbar-face-color: #eeeeee;
	scrollbar-highlight-color: #cccccc;
	scrollbar-3dlight-color: #eeeeee;
	scrollbar-darkshadow-color: #000000;
	scrollbar-shadow-color: #cccccc;
	scrollbar-arrow-color: #000066;
	scrollbar-track-color: #eeeeee;
    
}
input, textarea, select
{
	background-color: #ffffff;
	color: #000000;
	font-weight: 500;
	font-size:11;
	font-family:Verdana;
	height: 22px;
	line-height:1;
	vertical-align: baseline;
	border: groove 2 Gray;
}

table {
	font-family: Verdana;
	font-size:12;
	background-color: #ffffff;
}

/*classes*/
.main_heading
{
	font-size: large;
	font-weight: bold;
	color: #000066;
}

.heading
{
	font-size: small;
	font-weight: bold;
	color: #000066;
}

.heading_underline
{
	font-size: small;
	font-weight: bold;
	color: #000066;
	text-decoration: underline;
}

.copy
{
	text-align: center;
	vertical-align: middle;
	font-family:Verdana;
	font-size: 9px;
	color: #000066;
}

.border_blue
{
	border: solid 1px #000066;
}

.border_green
{
	border: solid 1px #339966;
}

.border_red
{
	border: solid 1px #ff0000;
}

.news_header
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	height: 15px;
	width: 70%;
	background-color: #000066;
	color: #ffffff;
	border: solid 1px #000066;
}
.news
{
	font-family: Verdana;
	font-size: 10px;
	height: 100%;
	border: solid 1px #999999;
}

.bg_out_1
{
	background-color: #ffffff;
	color: #000066;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	height: 18px;
	width: 140px;
	text-align: center;
	vertical-align: top;
	border: solid 1px #000066;
}

.bg_over_1
{
	background-color: #000066;
	color: #ffffff;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	height: 18px;
	width: 140px;
	text-align: center;
	vertical-align: top;
	border-bottom-color: #ffffff;
	cursor: hand;
}

.bg_out
{
	background-color: #ffffff;
	color: #000066;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	height: 18px;
	width: 140px;
	text-align: center;
	vertical-align: top;
	border: solid 1px #000066;
}

.bg_over
{
	background-color: #000066;
	color: #ffffff;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	height: 18px;
	width: 140px;
	text-align: center;
	vertical-align: top;
	border-bottom-color: #ffffff;
	cursor: hand;
}

.nav_align
{
	text-align: center;
	vertical-align: top;
}

.price
{
	padding: 2 2 2 2;
	font-weight: bold;
}









