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

html {
	padding: 0px;
	margin: 0px;
}

body {
	padding: 0px;
	margin: 0px;
	background-image: url(images/game/images/bg-game.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
	font-family: Lucida Grande, Lucida Sans, Verdana, Tahoma, Arial, sans-serif;
}

.big {
	font-size: 14px;
	font-weight:bold;
	color: #CCCCCC;
}

.small {
	font-size: 10px;
	color: #CCCCCC;
}

.normal {
	font-size: 12px;
	color: #CCCCCC;
}

.normal a{
	text-decoration: none;
	color: #CCCCCC;
}

.normal a:hover{
	text-decoration: none;
	color: #e40000;
}

.nav {
	font-size: 12px;
	color: #e40000;
	padding-left: 10px;
	padding-top: 20px;
	font-weight: bold;
}

.nav a{
	text-decoration: none;
	color: #e40000;
}

.nav a:hover{
	text-decoration: underline;
	color: #CCCCCC;
}

/*schools*/

.ust { color: #f1ae10; font-size: 14px; font-weight: bold; }
.up { color: #9c2e21; font-size: 14px; font-weight: bold; }
.ateneo { color: #005daa; font-size: 14px; font-weight: bold; }
.ue { color: #ff0506; font-size: 14px; font-weight: bold; }
.nu { color: #ffe900; font-size: 14px; font-weight: bold; }
.feu { color: #1b561c; font-size: 14px; font-weight: bold; }
.adamson { color: #467abe; font-size: 14px; font-weight: bold; }
.lasalle { color: #008f00; font-size: 14px; font-weight: bold; }

/*container*/

#container {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	height: auto;
}

#content {
	float: left;
	width: 950px;
	height: 600px;
}

h4 { color:#ffffff; }
.label-form { font-size:12px; color:#ffffff;}
.error { font-size:9px; color:#ffffff; }
ol li { font-size:12px; color:#ffffff; padding:2px 0 2px 0; }