/* CSS Document */

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

.main {
	background-color: #E3EAFB;
	color: #000000;
	padding-left: 20px;
	padding-right: 20px;
}

.main_top {
	background-color: #E3EAFB;
	color: #000000;
}

.main_cont {
	background-color: #E3EAFB;
	color: #000000;
	padding-left: 20px;
}

.head1 {
	font-size: 2.0em;
	font-weight: bold;
	color: #013AD7;
}

.head2 {
	background-color: #013AD7;
	font-weight: bold;
	font-size: 1.3em;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.head3 {
	font-weight: bold;
	font-size: 1.5em;
}

.large {
	font-size: 1.2em;
}

A:link {
	text-decoration: underline;
	font-weight: none;
	color: #013AD7;
}
A:visited {
	text-decoration: underline;
	font-weight: none;
	color: #013AD7;
}
A:active {
	text-decoration: underline;
	font-weight: none;
	color: #013AD7;
}
A:hover {
	text-decoration: underline;
	font-weight: none;
	color: #000000;
}

.hot_topic {
	background-color: #CCCCCC;
}

.ht_head1 {
	font-size: 2.0em;
	font-weight: bold;
}

.ht_med {
	font-size: 1.5em;
	font-weight: bold;
}

.blue {
	background-color: #2F5EDE;
	color: #FFFFFF;
}
A.blue:link {
	text-decoration: underline;
	color: #FFFFFF;
}
A.blue:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
A.blue:active {
	text-decoration: underline;
	color: #FFFFFF;
}
A.blue:hover {
	text-decoration: none;
	color: #FFFFFF;
}

A.logo:link {
	text-decoration: none;
	color: #2F5EDE;
}
A.logo:visited {
	text-decoration: none;
	color: #2F5EDE;
}
A.logo:active {
	text-decoration: none;
	color: #2F5EDE;
}
A.logo:hover {
	text-decoration: none;
	color: #2F5EDE;
}

.quote {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

li {
	margin-bottom: 1em;
}

.cartoon {
	float: left;
	margin: 20px;
}

.cartoon_regular {
	margin: 20px;
}

.instr_name {
	background-color: #CCCCCC;
	font-weight: bold;
	font-size: 1.3em;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

instr_bio {
	padding-left: 20px;
	padding-right: 20px;
}

.product {
	font-weight: bold;
	font-size: 1.5em;
}

.error {
	color: #FF0000;
}

.form_desc {
	width: 80px;
	text-align: right;
	padding-right: 5px;
}
.form_desce {
	width: 80px;
	text-align: right;
	padding-right: 5px;
	color: #FF0000;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: .85em;
	padding-bottom: 5px;
}
A.footer:link {
	text-decoration: none;
	color: #CCCCCC;
}
A.footer:visited {
	text-decoration: none;
	color: #CCCCCC;
}
A.footer:active {
	text-decoration: none;
	color: #CCCCCC;
}
A.footer:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.footer_pad {
	padding-top: 5px;
}

