
body {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #000000;
	margin: 10px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
    background-attachment: fixed;
}

#surround {
	margin: 0px, 0px, 0px, 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width:888px;
	border: solid; 
	border-style: solid; 
	border-width: 2px; 
	border-color:#568AAE;
}

#main {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width:888px;
	background-color: #ECECEC;
}

a:link{
	color: #000000;
	text-decoration: none;
}

a:visited{
	color: #000000;
	text-decoration: none;
}

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

.small{
	font-size: 9px;
}

.medium{
	font-family: arial;
	line-height: 13px;
	font-size: 11px;
}

.medium2{
	font-family: arial;
	line-height: 13px;
	font-size: 14px;
}

.large{
	font-size: 32px;
}

.tiny{
	font-size: 7pt;
}

table.design th{
	padding: 3px;
	background-color: #888888;
	font-size: 10px;
	color: #ffffff;
	border-color: #666666 #666666 #666666 #666666;
	border-left-style: none;
	border-left-width: 0px;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-style: none;
	border-top-width: 0px;
	border-bottom-style: none;
	border-bottom-width: 0px;
}

input{
	font-family: Verdana,Arial,Helvetica;
	font-size: 10px;
	background-color: #FFFFFF;
	color: #444444;

}

textarea{
	font-family: Verdana,Arial,Helvetica;
	font-size: 10px;
	background-color: #FFFFFF;
	color: #444444;
	border: #444444 1px solid;
}

input.button{
	background-color: #EEEEEE;
	cursor: hand;
}

h1{
	color: #0078E7;
	font-family: arial;
	font-size: 26px;
	margin: 8px;
}

h2{
	color: #0078E7;
	font-family: arial;
	font-size: 24px;
	margin: 8px;
}
