/* This style sheet will work for templates Titan, Mercury,
   and Shamrock with modification of the colors. */

body, td, th {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}

body.contents {
  background-image: url('http://atlas.nowyouknow.com/images/ross_side_db.gif');
}

body.header {
  background-image: url('http://atlas.nowyouknow.com/images/ross_top_db.gif');
}

p {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}

a {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	color: #6600FF;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF00FF;
	text-decoration: underline;
}

h1 {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 32px;
	color: #336699;
	font-style: italic;
}

div.menu a {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
}

div.menu a:hover {
	color: #00FFFF;
}

div.menu p {
	margin-top: 3;
	margin-bottom: 3;
}

div.header p {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 30px;
	margin-top: 10;
	margin-bottom: 10;
	color: #FFFFFF;
	font-weight: bold;
}

p.largenote {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #336699;
}

.marquee {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #FFF;
}

#Menu {
	width: 150px;
	position:relative;
	margin:5px 0px 5px 0px;
	border: none;
}

#Menu h3 {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: bold;
	color: #566175;
	letter-spacing: 2px;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0px;
}

#Menu h4 {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	text-align: left;
	vertical-align: middle;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #CCCCFF;
	text-decoration: none;
	padding-left: 0px;
}

#Menu a {
	display: block;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url('images/button.jpg');
	background-color: #463D70;
	background-repeat: no-repeat;
	display: block;
	padding: 4px 5px 0px 5px;
	height: 16px;
	max-height: 16px;
	border-bottom: none;
}

#Menu a:hover {
	font-size: 11px;
	color: #463D70;
	background-color: #CC66FF;
	background-image: url('none');
	background-repeat: no-repeat;
	text-decoration: none;
	border-bottom: none;
}

#Menu a:active {
	font-size: 11px;
	color: #666666;
	background-color: #FFCCFF;
	background-image: url('none');
	background-repeat: no-repeat;
	text-decoration: none;
	border-bottom: none;
}