@charset "utf-8";

* { 
	padding: 0;
	margin: 0 0 0 0;
}

body { 
	background-color: #ccc;
}


/* used for index page */
#back_index {
	width: 500px;
	height: 400px;
	top: 50%;
	left: 50%;
	margin-left: -250px;
	margin-top: -200px;
	position: absolute;
}

#index {
	width: 500px;
	height: 170px;
	padding: 230px 0px 0px 0px;
	text-align: center;
	margin: auto;
	background-image: url( '../imgs/backIndex.jpg' );
	background-repeat: none;
}

/* text attributes */
#normalText {
	font-family: Verdana;
	color: #003;
	font-size: 8pt;
	font-weight: normal;
}

#normalText a {
	font-family: Verdana;
	color: #c00;
	font-size: 8pt;
	font-weight: normal;
	font-style: underline;
}

#normalText a:hover {
	font-family: Verdana;
	color: #f00;
	font-size: 8pt;
	font-weight: normal;
	font-style: underline;
}

#normalTextBig {
	font-family: Verdana;
	color: #003;
	font-size: 12pt;
	font-weight: normal;
}

#normalTextBigRed {
	font-family: Verdana;
	color: #c00;
	font-size: 12pt;
	font-weight: normal;
}
