@charset "utf-8";
/* CSS Document */
body {
	text-align: center;
	margin: 0px auto;
	width: 1400px;
	background-color: #fdd3e1;
}
.class1 {font-family: Arial, Helvetica, sans-serif; font-size: 28px; font-weight: bold; color: #FF0;}
.class1 a:link {text-decoration: underline; color: #FF0;}
.class1 a:visited {text-decoration: underline; color: #FF0;}
.class1 a:active {text-decoration:}
.class1 a:hover {text-decoration: underline; color: #FFF;}
a:link {
	color: #00F;
	font-size: 28px;
	font-weight: bold;
	font-family: "Comic Sans MS", cursive;
	text-decoration: underline; 
}
a:visited {
	color: #00F; 
	text-decoration: none; 
}
a:hover {
	color: #F00; 
	text-decoration:; 
}
a:active {
	color: #00F;
}
.top_links {
	color: #000;
	text-align: right;
	padding-right: 20px;
}
.table_main {
	background-color: #FFF;
}
.title {
	height: 50px;
	color: #FFF;
	background-color: #f80164;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	font-size: 40px;
	text-align: left;
	padding-left: 10px;
}
.title_right_t1 {
	font-size: 20px;
	font-family: Verdana, Geneva, sans-serif;
	padding: 0px 15px 0px 15px;
	text-align: left;
}
