body {
		background-color: #CCCCCC;
		leftmargin: 0;
		topmargin: 0;
		marginwidth: 0;
		marginheight: 0;
}

td {
		font-family: arial;
		font-size: 12px;
		font-weight: normal;
}

h1 {
	 font-family: verdana;
	 font-size: 14px;
	 font-weight: bold;
	 color: white;
}

a:link {
    color: #333333;
		font-weight: normal;
		text-decoration: underline;
}

a:hover {
    color: #333333;
		font-weight: bold;
		text-decoration: none;
}

a:active {
    color: #333333;
		font-weight: bold;
		text-decoration: none;
}

#content-frame {
    background-image: url("../images/fade.png");
		background-position: top;
		background-repeat: no-repeat;
		background-color: #FFFFFF;
		padding: 10px;
		font-family: arial;
		font-size: 12px;
		font-weight: normal;
}

#content {
    padding: 10px;
		font-family: arial;
		font-size: 12px;
		font-weight: normal;
}

#navigation {
    background-image: url("../images/navigation.png");
		background-position: top;
		background-repeat: no-repeat;
}
