body {
	margin: 0px 0px 0px 0px;
	padding: 0;
	border: 0;
}

body, p, div, input {
	font-family: Tahoma, Verdana, Arial, Times;
	font-size: 16px;
}

h1 {
	font-size: 24pt;
	color: #f00;
	text-align: center;
}

a, a:link, a:active, a:visited
{
	color: #00f;
	text-decoration: underline;
}

a:hover
{
	color: #f00;
	text-decoration: underline;
}

li
{
	list-style-type: none;
	background: url('../img/bullet.gif') no-repeat 0px 0px;
	padding: 0px 0px 0px 22px;
	display: block;
	min-height: 22px;
	margin: 0px 0px 5px 0px;
}

#container {
	margin: 0 auto 0 auto;
	width: 775px;
	padding: 0;
}

#left-border {
	background-image: url('../img/shadow-left.jpg');
	background-repeat: repeat-y;
	background-position: top left;
}

#right-border {
	background-image: url('../img/shadow-right.jpg');
	background-repeat: repeat-y;
	background-position: top right;
}

#content {
	width: 630px;
	margin: 0 auto 0 auto;
	padding: 0px 0px 0px 0px;
}

.underline {
	text-decoration: underline;
}

.center {
	text-align: center;
}

.blueMid
{
	font-size: 16pt;
	color: #00f;
}


/* subscribe form */
form {
	text-align: center;
	width: 520px;
}


input {
	width: 300px;
}

input[type="submit"] {
	font-size: 14px;
	width: 250px;
	margin-top: 10px;
}

.small
{
	font-size: 12px;
}