* { 
	font-family: Verdana, Tahoma, Arial, sans-serif; 
	color: #000
	}
BODY { 
	background-image: url(img/background.jpg);
	background-attachment: fixed;
	background-color: #E2E6FF;
	background-repeat: repeat-x
	}
TABLE, TR, TD { 
	font-family: Arial, Verdana, Tahoma,  sans-serif;
	border-style: none;
	}
a:link, a:visited, a:active { 
	text-decoration: underline; 
	color: #000 
	}
a:hover { 
	color: #283E88; 
	text-decoration:underline
	}
*.head { 
	font-weight: bold;
	text-align: center;
	background-image: url(img/head.jpg);
	background-repeat: repeat-x;
	background-color:#004080; 
	font-size: 13px; 
	color: #FFF; 
	padding: 5px;
	border-width: 1px;
	border-style: solid;
	border-bottom: none;
	border-color:#004080
	}
*.main { 
	background-color:#E4E7F3; 
	font-size: 12px; 
	color: #000; 
	padding: 2px 20px 2px 20px;
	border-width: 1px;
	border-style: solid;
	border-top: none;
	border-color:#004080
	}
*.index-main { 
	text-align: center;
	background-color:#E4E7F3; 
	font-size: 12px; 
	color: #000; 
	padding: 2px 20px 2px 20px;
	border-style: none;
	border-spacing: 10px
	}
*.menu { 
	background-color:#E4E7F3; 
	font-size: 12px; 
	color: #000; 
	padding: 2px;
	border-width: 1px;
	border-style: solid;
	border-top: none;
	border-color:#004080
	}
*.other { 
	font-size: 12px; 
	color: #000
	}
*.copyright {
	font-size: 10px;
	text-align: center;
	color: #000
	}
#index-header {
	border-bottom: none;
	text-align: left
	}
#index {
	border-style: none;
	text-align: center
	}
#index-footer {
	border-style: solid;
	border-top: none;
	text-align: center
	}