/* CSS Document */
body { background-color:#47B; font-family: Verdana, Arial, Helvetica, sans-serif;}
a:link { color: #47B; }
a:visited { color: #47B; }
a:hover { color: #009 }
a:active { color: #009;}
p { color: #47B; }
ul { color: #47B; font-size: 12px; } 

.linksLarge {  font-size: 14px; font-weight: bold; color: #47B; }
a.linksLarge:link { font-size: 16px; font-weight: bold; color: #47B; }
a.linksLarge:visited { font-size: 16px; font-weight: bold; color: #47B; }
a.linksLarge:hover { font-size: 16px; font-weight: bold; color: #009; }
a.linksLarge:active { font-size: 16px; font-weight: bold; color: #009; }

.txtTitle { color: #C00; font-weight: bold; font-size: 12px; }
.txtTitle2 { 	font-size: 12px; }
a.txtTitle2:link { color: #47B; }
a.txtTitle2:visited { color: #47B; }
a.txtTitle2:hover { color: #009 }
a.txtTitle2:active { color: #009; }
.txtTitle3 { font-family: Georgia, "Times New Roman", Times, serif;	font-size: 18px;	color: #009;	font-weight: bold;	padding: 0px;	margin: 0px; }
.borderOut { border: 3px solid #414090; }
.borderWht { border: 3px double #FFF; }
.linkBot { 	font-size: 12px; color: #FFF; line-height: 24px; }
a.linkBot:link { color: #FFF; }
a.linkBot:visited { color: #FFF; }
a.linkBot:hover { color: #CFF }
a.linkBot:active { color: #CFF; }

