@charset "utf-8";
/* CSS Document */

a:link { text-decoration: none; color: #E5928C;}
a:visited { text-decoration: none; color: #E5928C;}
a:active { text-decoration: none; color: #E5928C;}
a:hover {
	text-decoration: underline;
	color: #E5928C;
	font-weight: bold;
	text-align: center;
}


body {	
	background-color: #FFFFFF;
	font-family: Tahoma, Verdana, sans-serif;	
	font-size: 12px;	
	line-height: 18px;	
	color: #000000;
	margin-top: 0.5em;
	margin-right: 1em;
	margin-bottom: 0.5em;
	margin-left: 1em;
	scrollbar-face-color:#FFFFFF;
	scrollbar-arrow-color:#cccccc;
	scrollbar-track-color:#FFFFFF;
	scrollbar-shadow-color:#cccccc;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#cccccc;
	scrollbar-darkshadow-Color:#FFFFFF}
	
h2 {
	font-family: Tahoma, Verdana, sans-serif;	
	font-size: 16px;
	font-weight: bold;	
	color: #E5928C
	}
h3 {	
	font-family: Tahoma, Verdana, sans-serif;	
	font-size: 14px;	
	background-color: #E5928C;  	
	color: #000000
	}
h4 {
	color: #000000
	}
table {
	color: #FFFFFF;
	bordercolor: #E5928C;
	font-size: 11px;
	}
td, th {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	bordercolor: #DE5928C;
	text-align: left;
	}
textarea {
	font-family: Tahoma, Verdana, sans-serif;	
	font-size: 1em
	}
ul {	
	font-family: Tahoma, Verdana, sans-serif;	
	font-size: 1em;	
	list-style-type: square;	
	list-style-position: outside
	}
	
.center{text-align:center;
	font-size: 11px;
	font-style:italic;
}

.center_11{
	text-align: center;
	font-size: 11px;
}
.center_normal{
	text-align: center;
}

