body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/bg.gif);
	margin: auto;
}

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

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

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

a:active {
	text-decoration: none;
  	color:#FF0000;
}

.container {
	width: 640px;
	border: 1px solid #CCCCCC;
	background-color:#FFFFFF;
	margin-left: auto;
	margin-right: auto;
}

.big_container {
	width: 750px;
	border: 1px solid #CCCCCC;
	background-color:#FFFFFF;
}

.logo {
	width: 620px;
	border-bottom: 1px solid #CCCCCC;
	padding: 10px;
	
}

.nav_bar {
	width: 620px;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: middle;
}

.nav_bar a:link {
	text-decoration: none;
  	font-weight: bold;
  	color: #FFFFFF;
}

.nav_bar a:visited {
	text-decoration: none;
  	font-weight: bold;
  	color: #FFFFFF;
}

.nav_bar a:hover {
	text-decoration: underline;
  	font-weight: bold;
  	color: #FFFFFF;
}

.nav_bar a:active {
	text-decoration: none;
  	font-weight: bold;
  	color: #FFFFFF;
}



.nav_button_green {
	width: 112px;
	background-color:#4A914D;
	padding: 5px;
	font-weight: bold;
  	color: #FFFFFF;
}

.nav_button_blue {
	width: 112px;
	background-color:#00CCFF;
	padding: 5px;
	font-weight: bold;
  	color: #FFFFFF;
}

.nav_button_red {
	width: 112px;
	background-color:#F03C0F;
	padding: 5px;
	font-weight: bold;
  	color: #FFFFFF;
}

.nav_button_orange {
	width: 112px;
	background-color:#FF9900;
	padding: 5px;
	font-weight: bold;
  	color: #FFFFFF;
}

.nav_button_purple {
	width: 112px;
	background-color:#CE46BA;
	padding: 5px;
	font-weight: bold;
  	color: #FFFFFF;
}

.main_body {
	width: 620px;
	padding: 10px;
	float: left;
	background-color: #FFFFFF;
}

.footer {
	width: 620px;
	border-top: 1px solid #CCCCCC;
	padding: 10px;
	text-align: center;
	font-size: 10px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: square;
	list-style-position: outside;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: decimal;
	list-style-position: outside;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.bodystyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	border-width: 3px;
	border-style: solid;
	padding: 5px;
}