/* these styles should be selectable from the Styles menu in the editor      */

.smalltext {
	font-size: 10px;
	line-height: 100%;
}

.blackborder {
	border: 1px solid #000000;
}

.HeadingWithDots {
	font-family: Arial, Helvetica, sans-serif;
	color: #0033CC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	font-size: 14px;
	font-weight: bold;
}

.SpacedHeading {
	letter-spacing: .75em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #003399;
}

.H3NoSpace {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
.Quotes {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	line-height: 120%;

}


p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.80em;
	line-height: 150%;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #6699FF;
	font-size: medium;
	padding-bottom: 5px;
	margin-bottom: 5px;
	margin-top: 0px;
	padding-top: 0px;



}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: medium;
	font-weight: bold;
	text-transform: capitalize;
	background-color: #6699FF;
	text-indent: 5px;
	background-image: url(../images/template/H2corner.gif);
	background-repeat: no-repeat;
	background-position: left top;


}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: small;
	font-weight: normal;
	line-height: 140%;


}

a:link {
	text-decoration: underline;
	color: #003399;
}

a:visited {
 color: #0066CC; text-decoration: underline
}

a:hover {
	color: #0099FF;
	text-decoration: none;
}

a:active {
	color: #FF9900;
	text-decoration: none;
}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 150%;
}

.BoxBGTop {
	background-image: url(../images/Line_Top.gif);
	background-repeat: repeat-x;
}

.BoxBGLHS {
	background-image: url(../images/Line_Left.gif);
	background-repeat: repeat-y;
}

.BoxBGRHS {
	background-image: url(../images/Line_Right.gif);
	background-repeat: repeat-y;
}

.BoxBGBot {
	background-image: url(../images/Line_Bot.gif);
	background-repeat: repeat-x;
}
