﻿* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #F0F0F0 url('../images/bg.jpg') center;
	font-family: Lucida Sans, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
/*remove blue border from images*/
img {
	border: none;
}
div#page-wrap {
	background-color: #FFFFFF;
	width: 770px;
	margin: auto;
}
div#nav-wrap {
	background-color: #F0F0F0;
	width: 770px;
	margin: 15px auto auto auto;
}
a:link {
	color: #000099;
	text-decoration: underline;
}
a:visited {
	color: #3333FF;
	text-decoration: underline;
}
a:hover {
	color: #0099FF;
	text-decoration: underline;
}
a:link.header {
	color: #000099;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}
a:visited.header {
	color: #0099CC;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}
a:hover.header {
	color: #000099;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}
.center {
	text-align: center;
}
.border {
	border: 1px solid #333333;
}
.left {
	text-align: left;
}
.pading {
	padding: 7px;
}
.right {
	float: right;
}
.img-pad {
	padding: 6px;
}
.float-left {
	float: left;
}
#table {
	width: 770px;
	background-color: #FFFFFF;
}
.table-2 {
	width: 770px;
	background-color: #F0F0F0;
}
.script {
	color: #FFFFFF;
	font-family: "Cataneo BT";
	font-weight: bold;
}