
BODY,TABLE,TR,TD,TH,P,BR,UL,BLOCKQUOTE,INPUT,TEXTAREA,SELECT {
font-family: arial,sans-serif;
font-size: 12px;
}

H3,B,U,I {
font-family: arial,sans-serif;
}

.bold {
font-weight: bold;
}

.italic {
font-style: italic;
}

.underline {
text-decoration: underline;
} 

.boldUnderline {
font-weight: bold;
text-decoration: underline;
}

.boldItalic {
font-weight: bold;
font-style: italic;
}

.white {
color: #FFFFFF;
}
.whiteBold {
color: #FFFFFF;
font-weight: bold;
}
.largeWhiteBold {
color: #FFFFFF;
font-weight: bold;
font-size: 14px;
}
.smallWhite {
font-size: 9px;
color: #FFFFFF;
}

/* Links & Tabs */
A 
{
font-size: 12px;
color: #000000;
font-family: arial,sans-serif;
text-decoration: none;
} 
A:HOVER 
{
color: #818181;
text-decoration: none;
}
A.boldLink {
font-weight: bold;
}
A.smallLink {
font-size:  11px;
text-decoration: none;
color: #000000;
}
A.smallLink:Hover {
font-size: 11px;
text-decoration: none;
color: #818181;
}

A.tabLink {
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
}
A.tabLink:HOVER {
color: #8BB6C1;
font-weight: bold;
text-decoration: none;
}

/* Unlinked Tab */
.tabUnlinked {
color: #8BB6C1;
font-weight: bold;
text-decoration: none;
}

.blackBG {
background-color: black;
}
.whiteBG {
background-color: white;
}
.xltGreyBG {
background-color: #eeeeee;
}
.ltGreyBG {
background-color: lightgrey;
}
.medGreyBG {
background-color: silver;
}
.dkGreyBG {
background-color: gray;
}

.dropShadowStyle 
{
filter:progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=120,strength=3);
}

.newInput {
border: #999999 1px solid; 
color: #000000; 
background-color:#ffffff;
font-size:11px;
}

.newButton {
border: #999999 1px solid; 
color: #777777; 
background-color:#ffffff;
font-weight:bold;
}

.dkGreyText {
color: #818181;
}

.dkGreyTextSmall {
color: #818181;
font-size: 11px;
}	

.MutedBlueText {
color: #5B6F9B;
}

.MutedRedText {
color: #A16074;
}

A.LoginLink {
font-size: 11px;	
color: #5B6F9B;
text-decoration:underline;
}

A.LoginLink:Hover {
font-size: 11px;
color: #A16074;
text-decoration:underline;
}

A.TourLink {
color:#5B6F9B;
text-decoration:underline;
}

A.TourLink:Hover {
color:#A16074;
text-decoration:underline;
}

.bottomline {
border-top: 1px solid #999999;
color: #5b6f9B;
}
	
