body {
	background-color: #F0F0F0;
	font-size: 12px;
}
#main {
	font-family: Arial, Helvetica, sans-serif ;
	width: 80%;
	margin-left: auto ;
	margin-right: auto ;
}
#header {
	width: 100%;
	text-align: center;
	background-color: #CCCCCC;
	height: 60px;
	line-height: 4em;
}
#header h1 {
	color: #000099;
}
#pinkLine {
	width: 100%;
	height: 4px;
	background-color: #CC3399;
}
#pinkLine-border {
	width: 100%;
	height: 4px;
	background-color: #CC3399;
	border-bottom: 1px solid #FFFFFF;
}
#menu {
	width: 100%;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #000099;
	border-bottom: 1px solid #FFFFFF;
	text-align: center;
	color: #FFF;
}
#menu a {
	color: #FFF;
	border-bottom: 1px dotted #FFF;
	text-decoration: none;
}
#menu a:hover {
	color: #FFF;
	border-top: 1px dotted #FFF;
	text-decoration: none;
}
table.main {
	border: 1px dotted #CC3399;
}
h3 {
	font-size: 14px;
}
h2 {
	text-decoration: underline;
	color: #CC3399;
}
a {
	color: #CC3399;
	border-bottom: 1px dotted #CC3399;
	text-decoration: none;
}
a:hover {
	color: #CC3399;
	border-top: 1px dotted #CC3399;
	text-decoration: none;
}
.grey {
	background-color: #CCCCCC;
}	