body{
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: verdana;
	background-color: #cf0606;
	color: #FFFFFF;
	font-size: 10px;
}

.standard:hover{
	color: #cf0606;
	background-color: #FFFFFF;
}

h2 a:link, h2 a:hover, h2 a:visited, h2 a:active{
	text-decoration: underline;
	font-size: 20px;
	font-weight: strong;
	font-weight: 900;
	text-align: center;
}

.big-link:link, .big-link:active, .big-link:visited{
	text-decoration: underline;
	font-size: 20px;
	font-weight: strong;
	font-weight: 900;
	text-align: center;
}

.big-link:hover{
	text-decoration: none;
	color: #FFFFFF;
}

a:link, a:visited, a:active{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: strong;
	font-weight: 900;
	font-size: 12px;
}

a:hover{
	color: #cf0606;
	background-color: #FFFFFF;
}

#main{
	width: 800px;
	height: 600px;
	margin: auto;
	position: relative;
}

#main #header{
	width: 158px;
	height: 53px;
	position: absolute;
	top: 30px;
	left: 0px;
	background-image: url('./layout/images/ppctool-logo.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

#main #main-menu{
	position: absolute;
	top: 45px;
	left: 200px;
}

#main #text-container{
	width: 590px;
	height: 490px;
	position: absolute;
	top: 100px;
	left: 10px;
	overflow: auto;
	font-size: 9px;
	color: #ffffff;
}

#main #footer{
	color: #FFFFFF;
	position: absolute;
	bottom: 0px;
	left: 10px;
	font-family: verdana;
	font-size: 9px;
	background-color: #cf0606;
}

ul{
	position: absolute;
	right: 40px;
	top: 90px;
}

.yellow{
	font-family: verdana;
	font-weight: 900;
	color: #ffd000;
	font-size: 15px;
}

ul li a:link{
	color: #FFFFFF;
}

ul li{
	width: 150px;
	height: 25px;
	font-family: verdana;
	font-weight: 900;
	color: #FFFFFF;
	list-style: none;
}

ul li:hover{
	background-color: #FFFFFF;
	color: #cf0606;
}

strong{
	color: #FFFFFF;
}

em{
	color: #FFFFFF;
}

h1{
	padding: 0px;
	margin: 0px;
}

tr{
	font-size: 9px;
	font-weight: bold;
}