/* -------------------------------------------------------------------------- */
/*              (c) Copyright 2006 by Susie Collins             */
/* -------------------------------------------------------------------------- */
/* Filename       : Global.css                                                */
/* Directory      : www.blueswimmergroup.com                                  */
/* Description    : Default Style Sheet for Microsoft Browsers                */
/* Version        : 1.00                                                      */
/* Change History : none                                                      */
/* Created at     : 19.01.07 by : Susie Collins                               */
/* Changed at     :                                                           */
/* -------------------------------------------------------------------------- */

/* ---- Links and Anchors---------------------------------------------------- */
a:link  {
	color: #996633;
}

a:visited {
    color:#996633;
}

a:active  {
	color: #996633;
}

a:hover {
	color: #996633;
}

a:link.copyright  {
	color: #ffffff;
}

a:visited.copyright {
    color:#ffffff;
}

a:active.copyright  {
	color: #ffffff;
}

a:hover.copyright {
	color: #ffffff;
}

/* ---- This is used ---- */
#StdBodytext {
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000000;
	text-align:justify;
	line-height: 15px;
}

#StdBodytextSmall {
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#666666;
	text-align:justify;
	line-height: 11px;
}

#StdBodytextLarge {
	font-size:14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#666666;
	text-align:justify;
	line-height: 17px;
}

#StdHeader {
	font-size:13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:normal;
	color:#000000;
	text-align:left;
	line-height: 15px;
}

#StdTopNavs {
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:normal;
	color:#D7CEBD;
	text-align:center;
	line-height: 20px;
}


.TableHeader{
	font-size:11px;
	font-family:Verdana,Arial,Helvetica;
	font-weight: normal;
	color: #666666;
	letter-spacing: 0.1em;
	text-align: left;
	background-color: #f8f8f8;
	padding-left: 10px;
	padding-right: 10px;
	height: 25px;	
}

.TableHeaderReduced{
	font-size:10px;
	font-family:Verdana,Arial,Helvetica;
	font-weight: normal;
	color: #666666;
	letter-spacing: 0em;
	text-align: left;
	background-color: #f8f8f8;
	padding-left: 5px;
	padding-right: 5px;
	height: 18px;	
}



/* ----- Legals ---------------------------------------------------------- */

#StdCopyright {
	font-size:11px;
	font-family:Verdana,Arial,Helvetica;
	font-weight: normal;
	font-style:normal;
	color: #ffffff;
	text-decoration:none;
	text-align: center;
}
