.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
}

.style2 {font-size: x-small}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #000000;
}
body {
	height:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	background-image:url(../images/background_stripes.gif);
	background-repeat: repeat;
}

html {
	height:100%;
}

.white
{
	background-color:#FFFFFF;
	color:#000000;
}

#navbar
{
	font-size:small;
}

#mainbody
{
	left:auto;
	right:auto;
	width:700px;
	height:100%;
	background-color:#FFFFFF;
	border:2px #C8C8C8 solid;
}

#maincontent
{
	width:640px;
}

.subtle
{
	color:#FFFFFF;
	font-size:x-small;
}
