/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	left: 0px;
	top: 0px;
	margin-left: 10px;
	margin-top: 0px;
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #333399 ;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #333399;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color: #333399;
	}
	
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #333399;
}

.t_title {
	width:100%;
	font-weight: bold;
	color: #373737;
	height: 24px;
	text-align: center;
	background-color: #F2E7CE;
}

.t_col5 {
		float:left;
		position: relative;
		left: 0px;
		width: 5%;
		background-color: #FAFAFA;
		font-size: small ;
	}

.t_col10 {
		float:left;
		position: relative;
		left: 0px;
		width: 10%;
		background-color: #FAFAFA;
		font-size: small ;
	}

.t_col15 {
		float:left;
		position: relative;
		left: 0px;
		width: 15%;
		background-color: #FAFAFA;
		font-size: small ;
	}

.t_col20 {
		float:left;
		position: relative;
		left: 0px;
		width: 20%;
		background-color: #FAFAFA;
		font-size: small ;
	}
.t_col30 {
		float:left;
		position: relative;
		left: 0px;
		width: 30%;
		background-color: #FAFAFA;
		font-size: small ;
	}

.t_col40 {
		float:left;
		position: relative;
		left: 0px;
		width: 40%;
		background-color: #FAFAFA;
		font-size: small ;
	}

.t_col50 {
		float:left;
		position: relative;
		left: 0px;
		width: 50%;
		background-color: #FAFAFA;
		font-size: small ;
	}

.t_col60 {
		float:left;
		position: relative;
		left: 0px;
		width: 60%;
		background-color: #FAFAFA;
		font-size: small ;
	}

.t_col70 {
		float:left;
		position: relative;
		left: 0px;
		width: 70%;
		background-color: #FAFAFA;
		font-size: small ;
	}

.t_col80 {
		float:left;
		position: relative;
		left: 0px;
		width: 80%;
		background-color: #FAFAFA;
		font-size: small ;
	}

.t_col90 {
		float:left;
		position: relative;
		left: 0px;
		width: 90%;
		background-color: #FAFAFA;
		font-size: small ;
	}
	
.t_box {
	background-color: #FAFAFA;
		float:left;
		position: relative;
		left: 0px;
		width: 100%;
		font-size: small ;
		padding: 2px;
		text-align: left;
}