@charset "utf-8";
/* CSS Document */


body{ background-color:#242021 ; color:#000000; background-image:url(images/bg1.jpg); background-repeat: repeat-x ;font-family: sans-serif; font-size: 12px; font-color: #000000; font-style: normal; }

a:link {text-decoration: none;font-weight: bold; color:#B00000}
a:visited {color: #B00000; text-decoration: none; font-weight: bold} 
a:hover {color: #E81C44; text-decoration: underline} 
a:active {color: #B00000; text-decoration: none}

.TopMenuItems {
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    text-decoration: none;
    padding-right: 25px;
}

.TopMenuItems:link {
 	color: white;
    text-decoration: none;
}
.TopMenuItems:visited {
	color: white;
   	text-decoration: none;
}

.TopMenuItems:hover {
    color: white;
	text-decoration: underline;
}

.Width150 {
	width: 150px;
	display:inline-block;
	display:-moz-inline-block;
}

.Width200 {
	width: 200px;
	display:inline-block;
	display:-moz-inline-block;
}

.Buttons {
    color: White;
    font-family: Sans-Serif, Arial;
    font-size: 10pt;
    text-decoration: none;
    padding: 3px;
	border: 1px solid black;
	background-color:#CCCCCC;
	background-image:url(images/button2.jpg);
}

.Buttons:link {
 	color: White;
    text-decoration: none;
}
.Buttons:visited {
	color: White;
   	text-decoration: none;
}

.Buttons:hover {
    color: Black;
	text-decoration: underline;
	background-color: #FFFFFF;
	background-image:none;
}

.Text10 {
	font-family: Sans-Serif, Arial;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	}
.Text10Bold {
	font-family: Sans-Serif, Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	}
.Text11 {
	font-family: Sans-Serif, Arial;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	}
.Text11Bold {
	font-family: Sans-Serif, Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	}
.Text12 {
	font-family: Sans-Serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	}
.Text18Red {
	font-family: Sans-Serif, Arial;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color:#FF0000;
	}
.Text12Bold {
	font-family: Sans-Serif, Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	}
.Text12Verdana {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	}
.Text12BoldVerdana {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	}
.Text14 {
	font-family: Sans-Serif, Arial;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	}
.Text14Bold {
	font-family: Sans-Serif, Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	}
.Text14BoldWhite {
	font-family: Sans-Serif, Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #EEEEEE;
	}

.Text14BoldWhiteMouseOver {
	font-family:Sans-Serif, Arial;
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
	color:#FFFFFF;
	cursor: pointer;
	}
	
.Text16BoldYellow {
	font-family: Sans-Serif, Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFF00;
	}
.Text12BoldBlueBackground {
	font-family: Sans-Serif, Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-color:#DDE6E8;
	}
.Text16 {
	font-family: Sans-Serif, Arial;
	font-size: 16px;
	font-style: normal;
	color: #000000;
	}
.Text16Bold {
	font-family: Arial, Sans-Serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	}
.Text22Bold {
	font-family: Arial, Sans-Serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	}
.HelpLink {
	color: #333333;
	text-decoration: underline;
	cursor: pointer;	
	}