@charset "utf-8";

#container {
	/*height: 800px;*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	padding:  30px 0;
}

#notice {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	font-size: 30px;
}

h1 {
	font-size: 30px;
	font-weight: normal;
}

h2 {
	font-size: 24px;
	font-weight: normal;
	margin: 0;
	text-align: right;
}

table {

}

td {
	padding: 20px 25px;
	vertical-align: top;
}

img {
	padding-bottom: 5px;
}


a:link {

	color: #FFFFFF;

	text-decoration: none;

}



a:visited {

	color: #FFFFFF;

	text-decoration: none;

}







a:hover {

	color: #FF0000;

	text-decoration: none;

}



.indent {

	text-indent: 40px;

}



.tag {

	font-size: 9px;

	color: #999;

	visibility: hidden;

	display: none;

}

