@charset "utf-8";
/* CSS Document */

body {
	text-align:center
	}
	
img {
	border:0px;
	}
	
table {
	background-image:url(../Cham/images/bg.jpg);
	background-repeat:repeat-y;
	}
	
.text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color:#000000;
	padding-left:10px;
	padding-right:10px;
	}
	
.text a:link {
	color:#0000FF;
	text-decoration:none;
	}

.text a:visited {
	color:#6600FF;
	text-decoration:none;
	}

.text a:hover {
	color:#0000FF;
	background-color:#EAEAEA;
	text-decoration:none;
	}
	
.nav {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	color:#FFFFFF;
	padding-left:10px;
	padding-right:10px;
	}
	
.nav a:link {
	color:#FFFFFF;
	text-decoration:none;
	}

.nav a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}

.nav a:hover {
	color:#666666;
	background-color:#FFFFFF;
	text-decoration:none;
	}
	
.header {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:left;
	color:#000000;
	font-weight:bold;
	}
	
.header a:link {
	color:#0000FF;
	text-decoration:none;
	}

.header a:visited {
	color:#6600FF;
	text-decoration:none;
	}

.header a:hover {
	color:#0000FF;
	background-color:#EAEAEA;
	text-decoration:none;
	}
