﻿/*

GREEN - #235B54
PURPLE - Dark - #523E7A
PURPLE - Medium - #9682BF
PURPLE - Light - #E9E4F1
GOLD - #FFCA35

*/

html, body 
{
	margin: 0px; 	
	font-size: 12px;
	font-family: Arial, Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif; 
	font-weight: normal;	
}
TR.MainHeading
{
	height: 25px;
    background-color: #235B54;
    color: #FFCA35; 
    font-family: Arial; 
    font-size: 12px;
    font-weight: bold;
}
TR.SubHeading
{
	height: 20px;
    background-color: #523E7A;
    color: #FFFFFF; 
    font-family: Arial; 
    font-size: 12px;
    font-weight: bold;
}

img 
{
		border:none;
}

a:link 
{
	color: #000000; 
	text-decoration:  underline;
}	
	
a:visited 
{
	color: #000000; 
	text-decoration:  underline;
}
a:hover 
{
	color: #000000; 
	text-decoration: underline;
}
	
.Lbl
{
	font-size: 16px;
	color: Red;
	font-weight: bold;
}

input.Button
{
   font-size:10px;
   font-family:Arial,sans-serif;
   font-weight:bolder;
   background-color:#FFCA35;
   border-style:outset;
   border-width:1px;
   margin-left: 2px;
   margin-right: 2px;
}

.Header
{
	background-color:#235B54;
	height: 100px;
}

.SubHeader
{
	background-color:#523E7A;
	font-weight: bold;
	height: 20px;
	 margin-left: 20px;
}

TD.Bullet
{
	
}

A.White
{
	color:#FFFFFF;
	font-family: Arial;
	font-weight: bolder;
	font-size: 12px;
	text-decoration:underline;
	margin-left: 10px;	
	background-image: url(images/misc/Gold_Bullet.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 10px;
}
A.White:visited
{
	color:#FFFFFF;
	font-family: Arial;
	font-weight: bolder;
	font-size: 12px;
	text-decoration:underline;
	margin-left: 20px;
}
A.White:link
{
	color:#FFFFFF;
	font-family: Arial;
	font-weight: bolder;
	font-size: 12px;
	text-decoration:underline;
	margin-left: 20px;
}
A.White:Hover
{
	color:#FFCA35;
	font-family: Arial;
	font-weight: bolder;
	font-size: 12px;
	text-decoration:underline;
	margin-left: 20px;
}
TD.Header{
	height: 20px; 
	/* border: solid 1px #FFCA35;*/
	 
}


.galleryImg
{
 padding: 2px 2px 2px 2px;
}

.Required
{
	 background-color: #ffffcc;
}
.header
{
	font-family: Arial;
	font-size:20pt;
	font-weight: bold;
	color: Red;	
}
.results
{
	font-size:10pt;
	font-weight: bold;
	color: Red;	
}
.normal
{
font-family: Arial;
font-weight:normal;
font-size: 12px;	
}
.notice
{
	font-family:Arial;
	font-weight: normal;
	font-size:11px;
	color: red;	 
}

