/* CSS Addycake 2007 */

body {
	margin: 0;
}

/* Text */

a {
	text-decoration: none;
}

p {
	font-family: Times New Roman, Times, serif;
	font-size: 12pt;
	color: black;
}

.comic {
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #0066FF;
	font-weight: 500;
}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26pt;
	color: black;
}

.nav {
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: black;
}

.footer {
	font-family: Times New Roman, Times, serif;
	font-size: 14pt;
	color: #9D3C84;
	font-weight: bold;
}

/* Structure */

.body_table {
	width: 100%;
}

.content_table {
	width: 770px;
}

.banner_td {
	background-color: #3399FF;
	height: 100px;
}
