﻿A:active
{
	font-family: Arial, Verdana, Times New Roman;
	font-size: 12px;
	text-decoration: underline;
	color: Blue;
}

A:hover
{
	font-family: Arial, Verdana, Times New Roman;
	font-size: 12px;
	text-decoration: underline;
	color: Blue;
}

A:link
{
	font-family: Arial, Verdana, Times New Roman;
	font-size: 12px;
	text-decoration: underline;
	color: Blue;
}

A:visited
{
	font-family: Arial, Verdana, Times New Roman;
	font-size: 12px;
	text-decoration: underline;
	color: Blue;
}

a.bold:active
{
	font-family: Arial, Verdana, Times New Roman;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: black;
}

a.bold:hover
{
	font-family: Arial, Verdana, Times New Roman;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: black;
}

a.bold:link
{
	font-family: Arial, Verdana, Times New Roman;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: black;
}

a.bold:visited
{
	font-family: Arial, Verdana, Times New Roman;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: black;
}

a.copyright:active
{
	font-family: Arial, Verdana, Times New Roman;
	font-size: 11px;
	text-decoration: underline;
	color: #cbcbcb;
}

a.copyright:hover
{
	font-family: Arial, Verdana, Times New Roman;
	font-size: 11px;
	text-decoration: underline;
	color: #cbcbcb;
}

a.copyright:link
{
	font-family: Arial, Verdana, Times New Roman;
	font-size: 11px;
	text-decoration: underline;
	color: #cbcbcb;
}

a.copyright:visited
{
	font-family: Arial, Verdana, Times New Roman;
	font-size: 11px;
	text-decoration: underline;
	color: #cbcbcb;
}

a.smalllink:active
{
	font-family: Arial, Verdana, Times New Roman;
	font-size: 11px;
	text-decoration: underline;
}

a.smalllink:hover
{
	font-family: Arial, Verdana, Times New Roman;
	font-size: 11px;
	text-decoration: underline;
}

a.smalllink:link
{
	font-family: Arial, Verdana, Times New Roman;
	font-size: 11px;
	text-decoration: underline;
}

a.smalllink:visited
{
	font-family: Arial, Verdana, Times New Roman;
	font-size: 11px;
	text-decoration: underline;
}

.bluecell
{
	font-family: Arial, Verdana, Times New Roman;
	font-size: 13px;
	background-color: #00ADEF;
	color: White;
}

BODY 
{
	font-family: Arial, Verdana, Times New Roman;
	font-size: 12px;
	background-color: #ececec;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px; 
	padding-bottom: 0px;
}

.bold
{
	font-family: Arial, Verdana, Times New Roman;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

.button
{
	font-family: Arial, Verdana, Times New Roman;
	font-size: 12px;
	border-color: #8b8e85;
	border-width: 1px;
	border-style: solid;
	color: Black;
	width: 172px;
	height: 20px;
	background-color: #babbb6;
}

.copyright
{
	font-family: Arial, Verdana, Times New Roman;
	font-size: 11px;
	color: #cbcbcb;
	background-color: #333333;
}

.dropdown
{
	font-family: Arial, Verdana, Times New Roman;
	font-size: 12px;
	color: #333333;
	height: 20px;
}

FORM
{
	margin: 0px;
	padding: 0px;
}

H1
{
	font-family: Arial, Verdana, Times New Roman;
	font-size: 16px;
	font-weight:bold;
	color: #333333;
}

.headerimage
{
	margin: 0px;
	padding: 0px;
}

.message
{
	font-family: Arial, Verdana, Times New Roman;
	font-size: 12px;
	color: Red;
}

.quote
{
	font-family: Trebuchet MS, Arial, Verdana, Times New Roman;
	font-size: 17px;
}

.radiobutton
{
	font-family: Arial, Verdana, Times New Roman;
	font-size: 12px;
	color: #333333;
	height: 20px;
}

.smalltext
{
	font-family: Arial, Verdana, Times New Roman;
	font-size: 11px;
	color: #333333;
}

.textbox
{
	font-family: Arial, Verdana, Times New Roman;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	border-color: Silver;
	border-style: solid;
	border-width: 1px;
}

/************
  picturediv
 ************/
 
div.picturediv 
{
    padding: 5px;
    padding-left: 8px;
    text-align: left;
    clear: both;
}

.floatright 
{
    float: right;
}

div#explosion 
{
    width: 300px;   
}

/*****************
  Green Highlight
 *****************/
 
 .green
 {
     color: #7CCC28;
 }
 
/*****************
 Defender Bag Styling
 *****************/
 
 table .background
 {
     background: url('../Graphics/DefenderBags/background.gif') no-repeat center;
     width: 600px;
     height:auto; 
     
 }