/* Main Cascading Style Sheet */
body,td,th {
	font-family: Lucida Sans Unicode, Lucida Grande, LucidaGrande, Lucida Sans, Geneva, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

body {
	background-color: #FFFFFF;
	background-image: url(/imgs/layout/ptrnWallpaper.png);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* standard link styles */



a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	
}

a.home:link {
	text-decoration: none;
	color:#394a59;
}
a.home:visited {
	text-decoration: none;
	color:#394a59;
}
a.home:hover {
	text-decoration: none;
	color:#a5aeb6;
}

/* top navigation link styles */

.linkTopNav {
	font-size: 16px;
	color: #FFFFFF;
	font-variant: small-caps;
	font-weight:normal;
	text-decoration: none;
}

a.linkTopNav:hover {
	color:#CCCCFF
}

/* page layout styles */


.shadowLeft {
	background: url(/imgs/layout/oldBrowsers/shadowL.gif) top right repeat-y;
}
.shadowRight {
	background: url(/imgs/layout/oldBrowsers/shadowR.gif) top left repeat-y;
}
.shadowTop {
	background: url(/imgs/layout/oldBrowsers/shadowT.gif) bottom left repeat-x;
}
.shadowBottom {
	background: url(/imgs/layout/oldBrowsers/shadowB.gif) top left repeat-x;
}

.shadowHomeLeft {
	background: url(/imgs/layout/home/roundL.gif) top right repeat-y;
}
.shadowHomeRight {
	background: url(/imgs/layout/home/roundR.gif) top left repeat-y;
}
.shadowHomeTop {
	background: url(/imgs/layout/home/roundT.gif) bottom left repeat-x;
}
.shadowHomeBottom {
	background: url(/imgs/layout/home/roundB.gif) top left repeat-x;
}


.pgTxtrTop {
	background: url(/imgs/layout/pgtxtrTOP.jpg) top left no-repeat;
}
.pgTxtrMTop {
	background: url(/imgs/layout/pgtxtrMTOP.jpg) top left no-repeat;
}
.pgTxtrMBot {
	background: url(/imgs/layout/pgtxtrMBOT.jpg) top left no-repeat;
}
.pgTxtrBot {
	background: url(/imgs/layout/pgtxtrBOT.jpg) top left no-repeat;
}


/* font copy styles */


.CopyTitle {
	font-family: "Lucida Sans Unicode", "Lucida Grande", LucidaGrande, LucidaSans, Geneva, Arial, sans-serif; 
	font-size: 16px;
	font-weight: bold;
	color: #6DC6E7;	
}

a.CopyTitle:link {
color:#999999;
}

a.CopyTitle:visited {
color:#999999;
}

a.CopyTitle:hover {
color:#6DC6E7;
}


.CopySubTitle {
	font-family: "Lucida Sans Unicode", "Lucida Grande", LucidaGrande, LucidaSans, Geneva, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #363636;
}

.CopyBody {
	font-family: "Lucida Sans Unicode", "Lucida Grande", LucidaGrande, LucidaSans, Geneva, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal; 
	color: #575A5D
}
	
.CopyLink {
	font-family: "Lucida Sans Unicode", "Lucida Grande", LucidaGrande, LucidaSans, Geneva, Arial, sans-serif;
	font-variant: small-caps;
	font-size: 12px;
	font-weight: bold;
	color: #1756B3;
}


.CopySmallcaps {
	font-family: "Lucida Sans Unicode", "Lucida Grande", LucidaGrande, LucidaSans, Geneva, Arial, sans-serif; 
	font-variant: small-caps; 
	font-size: 12px; 
	font-weight: bold;
	color: #575A5D;
}

.copyFinePrint {
	color: #FFFFFF;
	font-size: 9px;
}


a.copyFinePrint:hover {
	color: #CCCCFF;
}

.CopyContainer {
	margin-left:40px; 
	margin-right:165px;
}

.bgEyechart {
	background:#FFFFFF;
}
