/* -------------------------------------------------------------------------- */
/*              (c) Copyright 2005 by Susie Collins             */
/* -------------------------------------------------------------------------- */
/* Filename       : Global.css                                                */
/* Directory      : www.cjduncan builders                                     */
/* Description    : Default Style Sheet for Microsoft Browsers                */
/* Version        : 1.00                                                      */
/* Change History : none                                                      */
/* Created at     : 15.12.04 by : Susie Collins                               */
/* Changed at     :                                                           */
/* -------------------------------------------------------------------------- */

/* ---- Links and Anchors---------------------------------------------------- */
a:link  {
	color: #0066cc;
	text-decoration:none;
}

a:visited {
    color:#0066cc;
	text-decoration:none;
}

a:active  {
	color: #003399;
	text-decoration:none;
}

a:hover {
	color: #003399;
	text-decoration:none;
}


a:link.topnavs  {
	color: #999999;
	text-decoration:none;
}

a:visited.topnavs  {
    color:#999999;
	text-decoration:none;
}

a:active.topnavs   {
	color: #666666;
	text-decoration:none;
}

a:hover.topnavs  {
	color: #666666;
	text-decoration:none;
}

/* ---- Standard Paragraphs ------------------------------------------------- */

#StdBodytext {
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:normal;
	color:#333333;
	text-align:left;
	line-height: 15px;
}

#StdBodytextStrong {
	font-size:13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:normal;
	color:#000000;
	text-align:left;
	line-height: 15px;
}

#StdHeader {
	font-size:14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:normal;
	color:#003399;
	text-align:left;
	line-height: 14px;
}

#StdLargeHeader {
	font-size:20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:normal;
	color:#333333;
	text-align:left;
	line-height: 24px;
}

#StdBodytextSmall {
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:normal;
	color:#333333;
	text-align:left;
	line-height: 15px;
}

#StdBodytextExtraSmall {
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:normal;
	color:#333333;
	text-align:left;
	line-height: 13px;
}

#StdBodytextLight {
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:normal;
	color:#cccccc;
	text-align:left;
	line-height: 15px;
}


/* ---- Standard Lists ------------------------------------------------------ */

#StdBodytextList {
    font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:normal;
    color:#333333;
    text-align:left;
    line-height: 18px;
	}


/* ----- Copyright ---------------------------------------------------------- */
#Copyright {
	font-size:10px;
	font-family:Verdana,Arial,Helvetica;
	font-weight: lighter;
	font-style:normal;
	color: #666666;
	text-decoration:none;
	text-align: center;
}
