/* tags */

/* font */


body,div,td {
	font-family : Arial;
	font-size : 12px;
}

a:link, a:visited {
	color : blue;
}

a:hover {
	color : red;
}

/* classes */

#pageContainer {
	width : 780px;
}

#topLogo {
	margin-bottom: 2px;
}

#topMenu {
	margin-bottom: 2px;
}

#contentArea{
	margin-top: 2px;
	padding : 2px;
	background-color : #CCCCCC;
}

#pageFooter {
	text-align : center;
	font-size : 10px;
}

.contentWindow {
	background-color : white;
	width:100%;
	padding : 4px;
}