/* CSS Document */
body {
	background-color: #333399;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.jpg);
}
body,td,th {
	font-family: arial;
	font-size: 11px;
}

#header {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}

#body {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-color: #f2f1e4;
}

#footer {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	height: 79px;
	background-image: url(../images/img_04.jpg);
}
	
#reflect {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	
}

.linemenu {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #333399;
}

.border {
	border: 1px solid #CCCCCC;
}

#date {width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-color: #f2f1e4;}

a {
	font-family: arial;
	font-size: 11px;
	color: #2C2C86;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2D2E8A;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #2F308D;
}