a:link {
	color:#4169E1;
}

a:visited {
	color:#CD853F;
}

a:hover {
	color:#4169E1;
	text-decoration:underline;
}

a {
    text-decoration:none;
}

body {
	background-image: url(../img/back.gif);
}

p {
	font-size: 14px;
	line-height: 125%;
	color: #333333;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 5px;
	margin-left: 5px;

}

p.top {
	font-size: 12px;
	color: #483D8B;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #483D8B;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 0px;
}

ul.square {
	list-style-type: square;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 30px;
	margin: 0px;
}

li {
	font-size: 15px;
	line-height: 150%;
	color: #333333;
}

address {
	font-family: "Verdana", "Helvetica", "sans-serif";
	font-size: 12px;
	font-style: normal;
	color: #330066;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #330066;
}

.red {
	font-weight: bold;
	color: #FF0000;
}

.new {
	font-family: "Verdana", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #FF0000;
}

.verdana {
	font-family: "Verdana", "Helvetica", "sans-serif";
}

.gray {
	color: #999999;
}

.center {

	text-align: center;
}

.right {

	text-align: right;
}

li.large {
	font-size: 18px;
	line-height: 150%;
	color: #333333;
	margin: 0px;
	padding-top: 5px;
}
ul.none {

	list-style-type: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 30px;
	margin: 0px;
}
