@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #006699;
}
body {
	background-color: #64C1FF;
	background-image: url(images/page_back.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

* { behavior: url(iepngfix.htc) }

img {border:none 0px;}

a:link {
	font-size:14px;
	font-weight:bold;
	color: #003399;
	text-decoration:none;
}
a:visited {
	color: #003399;
		font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color: #0099CC;
		font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}
a:active {
	color: #003399;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

#center {
	width:880px;
	height:430px;
	margin:10px auto;
	background-image: url(images/center.png);
	background-repeat: no-repeat;
	padding: 10px;
}
a.activ:link {
	background:url(images/arrow.png) left no-repeat;
	padding-left:20px;
	color: #990000;
	font-size: 16px;
}

a.activ:visited{
	background:url(images/arrow.png) left no-repeat;
	padding-left:20px;
	color: #990000;
	font-size: 16px;
}
a.activ:hover {
	background:url(images/arrow.png) left no-repeat;
	padding-left:20px;
	color: #990000;
	font-size: 16px;
}
a.activ:active {
	background:url(images/arrow.png) left no-repeat;
	padding-left:20px;
	color: #990000;
	font-size: 16px;