body   { background: #BEEDFD url(pix/sky_bg.jpg) repeat-x; margin-top:14;  }
td  { color: #113; font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; }
a:link 		{ color:#00F }
a:visited 	{ color:#00F }
a:hover 	{ color:#F00 }
a:active 	{ color:#F99 }
.copy  { color: #679; font-size: 8pt; }
.copy a { text-decoration: none }
.copy a:hover { color: #006; }

h1 { font-size:24px }
img {
	border-right-style: none;
	border-right-width: 20px;
	border-style: solid;
	border-color: white;
}

table.main {
	border-width: 5px;
	border-style: outset;
	border-color: rgb(206, 217, 225);
	border-collapse: separate;
	background-color: white;
	width:750px;
}

#menu {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 11pt;
	letter-spacing: 1pt;
	list-style-type: none;
	list-style-position: outside;
	font-weight : bold;
	border-bottom: 2px solid #ccc;
	margin: 0px;
	padding: 0;
}
		
#menu a {
	display: block;
	padding: 6px 1px 6px 0.5em;
	background-color: #511;
	color: #fff;
	text-decoration: none;
	width: 100%;
	border-top-width: 2px;
	border-right-width: 3px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
}

	#menu a:hover {
		background-color: rgb(206, 217, 225);
		color: #113;
}

#sn { 
	width:98px; 
	background-color:#CED9E1; 
	border: none;
	cursor: pointer;
}
.snv {
	border-top: 1px solid #DDF;
	border-bottom: 1px solid #224;
}
.snv a {
	font-size: 12px;
	line-height: 20px;
	text-decoration:none;
	width:95px; 
	display:block; 
	box-sizing:border-box; 
}
.snA .snv a { padding: 3px 8px 3px 5px; }
.snB .snv a { padding: 3px 8px 3px 15px; }
.snv a:hover { background-color:#FFF; }
.borderTable {	
padding: 0px 0px 0px 0px;
border: 1px solid #224;
