.style1 {color: #FFFFFF;}

/* Link Styles */
a:link {
/*	color:#FFFFFF; */
	text-decoration:none;
}
a:link.normal {
	color: blue;
}
a:visited {
/*	color:#FFFFFF; */
	text-decoration:none;
}
a:visited.normal {
	color:#F11000;
}
a:hover {
	color:#F11000;
	text-decoration: underline;
}

.obviousLink {
	color: white;
	font-weight: bold;
	text-decoration: underline;
}

a:link.obviousLink {
	color: blue;
	font-weight: bold;
	text-decoration: underline;
}

a:visited.obviousLink {
	color: red;
	font-weight: bold;
	text-decoration: underline;
}

a:hover.obviousLink {
	color: red;
	text-decoration: none;
}

.hiddenLink {
}

a:link.hiddenLink {
}

a:visited.hiddenLink {
}

a:hover.hiddenLink {
}


.yellowLink {
	color: yellow;
	font-weight: bold;
	text-decoration: none;
}

a:link.yellowLink {
	color: yellow;
	font-weight: bold;
	text-decoration: none;
}

a:visited.yellowLink {
	color: yellow;
	text-decoration: none;
}

a:hover.yellowLink {
	color: yellow;
	text-decoration: underline;
}

/* Block Elements */
body {
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        background-color: #637b91;
}



td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #333333;
}

a {
	color: #3366CC;
	text-decoration: none;
}

form {
	background-color: #CCCC99;
}

.form {
	background-color: #CCCC99;
}




.mainTable {
	margin: 20px 20px;
}

.headerWidth {
	min-width: 911px;
	width:expression((document.documentElement.offsetWidth < 2000)? "911px": "auto" );
}

.newAge {
		font-family: Comic Sans MS, cusrive;
		font-weight: bold;
		font-size: large;
}

.bold {
	font-weight: bold;
	display: inline;
}

.bold1 {
	font-weight: bold;
}

.larger {
	font-size: x-large;
}

.counter {
	font-family: Impact, sans-serif;
	font-size: large;
	float: right;
}

.contactInfo {
	color: #FFFFFF;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	border: thin solid white;
	padding: 10px 10px;
	margin: 10px 30px;
}

.contentHeader {
	color: #3366CC;
	font-weight: bold;
	text-align: center;
}

.contentConditions {
	font-style: italic;
}

.navTab {
	color: white;
	font-family: Tahoma, sans-serif;
	font-weight: bold;
}

a:link.navTab-unselected {
	color: black;
	font-family: Tahoma, sans-serif;
}

a:visited.navTab-unselected {
	color: black;
	font-family: Tahoma, sans-serif;
}

a:hover.navTab-unselected {
	color:#F11000;
	text-decoration: underline;
}


.title {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
	line-height: 30px;
  background-color: #006666;
	color: #DCDCDC;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
  color: #006666;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	background-color: #006666;
  color: #DCDCDC;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
  font-weight: bold;
	background-color: #CCCCCC;
}

.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #DEDECA;
}

.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 3px;
	background-color: #FFFFFF;
}

.sidebarHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	background-color: #339999;
}

.sidebarFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #CCCCCC;
}

.footer {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
	background-color: #637b91;
}

.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}

.box1 {
	border-color: #CCCCCC #333333 #333333 #CCCCCC;
	border-width: medium;
  border-style: ridge;
}

.promo {
	font-family: "Times New Roman", Times, serif;
	color: #000033;
}

.titlebar {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #FFFFFF;
  background-color: #336699;
}

.dingbat {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #99CC99;
  color: #006666;
	font-weight: bolder;
	font-size: medium;
}


input.big {
	width: 100px;
}

input.small {
	width: 50px;
}

img.smallImg {
	border: 1px solid black;
	margin-left: 10px;
	margin-right: 10px;
}

img.smallImgRight {
	border: 1px solid black;
	float: right;
	margin-left: 20px;
}


img.smallImgLeft {
	border: 1px solid black;
	float: left;
	margin-right: 20px;
}

td.rightBorder {
	border-right: 1px solid black;
}

div.footer {
	font-size: x-small;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Verdana, serif;
	font-weight: lighter;
}
