﻿/*@charset "utf-8";*/
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

A {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #BD1220;
}

LI {
 	list-style:inside url(/images/list-style-image.gif);
}

.H1 A {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: Bold;
	color: #BD1220;
}
.H1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: Bold;
	color: #BD1220;
}
H1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: Bold;
	color: #BD1220;
}
.H2 A {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: Bold;
	color: #F29400;
}

.H2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: Bold;
	color: #F29400;
}

H2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: Bold;
	color: #F29400;
}

select {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #444444;
}

textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #444444;
}

input {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.0em;	/* was 0.8em */
	color: #444444;
    margin-bottom: 0px;
}
.Login {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	font-weight: 400;
	border: none;
	border: 0;
}
.Login input 
{
	border: solid 1px black; /* was: 0 */
}
.Login a
{
	color: White;
}


.headings {
	font-size: 13px;
	font-weight: bold;
	color: #F29500;
}

.MainMenu 
{
	background-color: White;
	border: 0;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.MainMenuStatic
{
}

.MainMenuStaticItem
{
	color: White;
	background-color: DarkRed;
	background-image: url(/images/buttons_background.gif);
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	width: 100%; /* 156 px */
	margin: 0 0 0 0;
	/*border: solid 1px black;*/
	/*display: block;*/
	/*margin: 10px 10px 10px 10px;*/
	padding: 10px 10px 10px 10px;
}

.MainMenuDynamic
{
	background-color: DarkRed;
	background-image: url(/images/buttons_background.gif);
	z-index: 100;
}

.MainMenuDynamicItem
{
	color: White;
	background-color: DarkRed;
	background-image: url(/images/buttons_background.gif);
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	width: 156px;
	margin: 0 0 0 0;
	padding: 10px 10px 10px 10px;
}
.small_input_field
{
    width: 100;
    font-size: 1em;
}

.medium_input_field
{
    width: 150px;
    font-size: 1em;
}

.large_input_field
{
    width: 200px;
    font-size: 1em;
}

.normal_button
{
    font-size:1em;
}

.normal_select
{
    font-size:1em;
}




/* radio ad homepage styles */

.style2 {
	font-size: 1em;
}
.style3 {
	border-width: 0px;
}
.style4 {
	background-image: url('upload/image/boldback.gif');
}
.style5 {
	color: #FFFFFF;
	font-size: 1.2em;
}
.style6 {
	color: #000000;
}
.style7 {
	text-decoration: none;
}
.style8 {
	margin-left: 40px;
}
.style9 {
	font-size: xx-large;
}

/* robs styles */

.style10 
{
    font-size:large;
}

.sand_bg
{
    background-color:#f6f0cf;
}

.cream_bg
{
    background-color: #f9eae3;
}

.bullet_heading {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: Bold;
	color: #F29400;
}

.red_text
{
    color: #bd1220;
}

.blue_text
{
    color: #375f91;
}

.orange_text
{
    color:#ff860c;
}