.background {
	background-image: url(/images/background.gif);
	background-repeat: repeat-y;
}

.bg_black {
	background: #000000;
}

.bg_white {
	background: #FFFFFF;
}

.bg_cream {
	background: #FFFFEF;
}

a:link {
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	font-weight:normal;
	color: #0000FF;	
	text-decoration: underline;
} 

a:visited {
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	font-weight:normal;
	color: #000FF;	
	text-decoration: underline;
}

a:hover {
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	font-weight:normal;
	color: #0000FF;	
	text-decoration: underline;
}

a:active {
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	font-weight:normal;	
	color: #0000FF;	
	text-decoration: underline;
}

.nav {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight:normal;
} 

.nav a:link {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color: #0000FF;	
	text-decoration: underline;
} 

.nav a:visited {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color: #000FF;	
	text-decoration: underline;
}

.nav a:hover {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color: #0000FF;	
	text-decoration: underline;
}

.nav a:active {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight:normal;	
	color: #0000FF;	
	text-decoration: underline;
} 

h1 {
	font-family: verdana, arial, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#000000;
	line-height: normal;
}

h2 {
	font-family: verdana, arial, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#000000;
	line-height: normal;
}

h3 {
	font-family: verdana, arial, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#000000;
	line-height: normal;
}

h4 {
	font-family: verdana, arial, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#000000;
	line-height: normal;
}

h5 {
	font-family: verdana, arial, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#000000;
	line-height: 17px;
}


b {
	font-weight:bold;
}

td {
	font-family: verdana, arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000000;
}

p {
	font-family: verdana, arial, sans-serif;
	font-size:12px;
	color:#000000;
	line-height: 17px;
}

input, select, textarea {
	font-family: verdana, arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	line-height: normal;
}

ul {
	list-style-position: outside;
	list-style-type: circle;
	line-height: normal;
	font-family: verdana, arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000000;
}

 

li, ol {
	list-style-position: outside;
	line-height: normal;
	font-family: verdana, arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000000;
}

.btn {
	font-family: verdana, arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	background: #EEEEEE;
	border-bottom: 1px solid;
	border-right: 1px solid;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	color: #000000;
	height: 19px;
	text-decoration: none;
}
