body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#head {
	background: url(images/head.jpg);
	margin: 0px auto;
	height: 212px;
	width: 750px;
}
#main {
	background: url(images/bg-main.jpg) no-repeat;
	margin: 0px auto;
	width: 750px;
}
#foot {
	padding-top: 8px;
	background: url(images/foot.gif);
	margin: 0px auto;
	height: 23px;
	width: 750px;
	text-align: center;
	font-size: 10px;
	color: #000000;
}
#foot a:link, #foot a:active, #foot a:visited  {
	color: #333333;
	text-decoration: underline;
}
#foot a:hover {
	text-decoration: none;
	color: #000000;
}
#menu {
	padding-left: 275px;
}
#menu a:link, #menu a:active, #menu a:visited  {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: auto;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	border-left-color: #FFCB00;
	border-left-style: solid;
	border-left-width: 3px;
	font-weight: bold;
	font-size: 12px;
}
#menu a:hover {
	text-decoration: none;
	color: #FFFF99;
	background-color: #FE7E01;
}
a:link, a:active, a:visited  {
	color: #CC0000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #990000;
}
h1 {font-size: 26px;}
h2 {font-size: 24px;}
h3 {font-size: 20px;}
h4 {font-size: 18px;}
h5 {font-size: 16px;}
h6 {font-size: 14px;margin:6px 0px 6px 0px}

h1, h2, h3, h4, h5, h6 {
	color: #FE6E00;
}
#coll-left {
	text-align: center;
	float: left;
	width: 155px;
	padding-top: 40px;
	padding-bottom: 20px;
}
#coll-right {
	text-align: left;
	float: right;
	width: 575px;
	padding: 10px;
}
#coll-left img {
	border: 2px solid #13BA25;
}
#coll-right img {
	border: 2px solid #FE6E00;
	margin: 5px;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {

	text-align: center;
}
.text-block {

	text-align: justify;
}
.clear {
	clear: both;
}
