

.dummy{}			/*  first selector is ignored by Netscape  */

.banner
{
    background-image: url(bannerDots.gif);
    background-repeat: repeat-x;
     width:"100%";
     height:147px;
}

body
{
    background-color: black;
    margin-top: 0px;
    margin-left: 0px;
}

.formTitles
{
    color:white;    
    font-family:"Arial";
	font-size:12px;
}

.menu
{
    width:175px;
    height:100%;
    vertical-align:top;   
    border-right: 1px solid #6282C2;
    float:left;  
}

.mainContent
{
    width:604px;
    border-right: 1px solid #6282C2;
    height:100%;
    padding:15px;
    float:left;
    background-image: url(background.jpg);
}

a:hover
{
	color: #F15A22;  /*orange*/
}

h1
{
    color: #6282C2;
    font-family:"Arial";
}

h3
{
    color: #6282C2;
    font-family:"Arial";
}

.black
{
	color: #000000;
}

.orange
{
	color: #F15A22;
}

.white
{
	color: #FFFFFF;
}

.yellow
{
	color: #FFCD02;
}

.ltBlue
{
	color: #93D6E1;
}

.dkBlue
{
	color: #6282C2;
}

.maroon
{
	color: #A8005B;
}

.pink
{
	color: #EFD2C4;
}

.purple
{
	color: #46417B;
}

.baseLink
{
	font-family:"Arial";
	font-size:12px;
	color: #000000;
	text-decoration: none;
}

p
{
	font-family:"Arial";
	font-size:12;
	color: #FFFFFF;
}

a
{
	font-family:"Arial";
	font-size:12;
	color: #FFFFFF;
}

.j
{
	font-family:"Arial";
	font-size:12;
	color: #FFFFFF;
}

.f1
{
    font-family:"Arial";
	font-size:12;
	color: #FFFFFF;
}

.g
{
    font-family:"Arial";
	font-size:12;
	color: #FFFFFF;
}

.link
{
	font-family:"Arial";
	font-size:11px;
	color: #6282C2;
}

.hireShop
{
	color: #6282C2;
}

input
{
	font-family:"Arial";
	font-size:11px;
	color: #000000;
	width:203px;
}

textarea
{
	font-family:"Arial";
	font-size:11px;
	color: #000000;
	width:203px;
}

option
{
	font-family:"Arial";
	font-size:11px;
	color: #000000;
	width:203px;
}

select
{
	font-family:"Arial";
	font-size:11px;
	color: #000000;
	width:203px;
}


