/* style Copyrighted © by BasicTemplates.com™. Duplication or redistribution is strictly prohibited. */

a:link{
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}

a:visited{
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}

a:hover{
	color: #006600;
	font-weight: bold;
	text-decoration: underline;
}

a:active{
	color: #006600;
	font-weight: bold;
	text-decoration: underline;
}

body{
	background-color: #FFFFFF;
	color: #FFFFFF;
	font: 10px Verdana, Arial, sans-serif;
}

h1{
	color: navy;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
}
h2{
	color: navy;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
}

p {
	color: #000000;
	font: 11px Verdana, Arial, sans-serif;
}

td{
	color: #000000;
	font: 11px Verdana, Arial, sans-serif;
}

.btcontent {
	background-color: #DCA2FF;
}

.btcontent-left {
	background-image: url(images/bkcontent-left.jpg);
	background-position: left top;
	background-repeat: repeat-y;
}

.btcontent-right {
	background-image: url(images/bkcontent-right.jpg);
	background-position: left top;
	background-repeat: repeat-y;
}

.btcopyrights {
	font-size: 9px;
}

.btheaderliners {
	border-style: dotted;
	border-bottom-width: 1px;
	border-color: #000000 #000000 #BA82F1;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
}

.btsubtitle {
	background-image: url(images/greenbtn.gif);
	background-position: center center;
	background-repeat: no-repeat;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
}
.dark {
	font-weight: bold;
}
.dark-i {
	font-weight: bold;
	font-style: italic;
}
.darkblue {
	font-weight: bold;
	color: navy;
}
.darkblue-u {
	font-weight: bold;
	color: navy;
	text-decoration: underline;
}
.darkblue-i {
	font-weight: bold;
	color: navy;
	font-style: italic;
}
.small {
    font-size: 10px;
}
.rword {
	color: red;
	font-weight: bold;
}
.oword {
	color: orange;
	font-weight: bold;	
}
.gword {
	color: green;
	font-weight: bold;
}
.bword {
	color: blue;
	font-weight: bold;
}
.yword {
	color: gold;
	font-weight: bold;
}
.pword {
	color: purple;
	font-weight: bold;
}
.redline {
	color: red;
	font-weight: normal;
	text-decoration: line-through;
}