body {
	margin-left: 0px;
	margin-top: 00px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

.left {
	background-image: url(images/left.gif);
	background-repeat: repeat-x;
}

.right {
	background-image: url(images/right.gif);
	background-repeat: repeat-x;
}
a:hover {
	color: #FF9900;
}
a {
	color: #3300CC;
	text-decoration: underline;
}

.border3 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #0A2049;
	border-bottom-color: #0A2049;
	border-left-color: #0A2049;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #0A2049;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}
.white {
	color: #FFFFFF;
}
.small {
	font-size: 10px;
}
.border {
	border: 1px solid #000000;
}
