﻿body {
	margin: 0px 0px 0px 0px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	Color: Black;
	background-color: #696969;
}

h1 {
	font-size: 14px; 
	color: #6C6C6C;
	margin-bottom: 0px;
	margin-top: 10px;
}

h2
{
	font-size: 12px;
	color: #cc5100;
}

h3
{
	font-size: 12px;
	color: #FFF000;
}

img.Border
{
	border: 2px solid #F2BE2A;
}

a, a:active, a:visited{
	color: #FEDB62;	
	text-decoration: underline;
	font-weight: bold;
}

a:hover
{
	color: #E9840D;	
}

a.more, a.more:active, a.more:visited{
	color: #FFF000;
	font-weight: bold;
	text-decoration: underline;
}
A.more:hover{
	text-decoration: none;
}

.CustomBullet
{
	background-image: url('App_Images/smallBullet.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	width: 20px;
	height: 15px;
	float: left;
}

.PhoneType
{
	vertical-align: middle;
	width: 50px;
	height: 15px;
	float: left;
	font-weight: bold;
}

.PhoneData
{
	vertical-align: middle;
	width: 80px;
	height: 15px;
	float: left;
}

.Links
{
	vertical-align: middle;
	height: 15px;
	float: left;
}

table.AwardsHeader
{
	width: 100%;
	background-image: url('App_Images/awardHeader.gif');
	background-repeat: repeat-x;
	font-size: 12px;
	color: #CC5100;
	font-weight: bold;
	vertical-align: middle;
	border-collapse: collapse;
}

table.Awards
{
	border: solid 2px #F2BE2A;
	border-collapse: collapse;
}

table.Awards tr.rowAlt
{
	background-color: #CACACA;
}

table.Awards td
{
	padding-left: 20px;
	vertical-align: top;
	
}

table.Awards td.left
{
	width: 285px;
}

table.Awards td.right
{
	width: 285px;
}

.Buttons
{
	border-style: outset;
	background-color: #F9DC40;
	margin: 0px 5px 0px 5px;
	height: 20px;
	width: 50px;
	font-size: 12px;
	color: #CC5100;
	font-weight: bold;
	vertical-align: top;
}
	