body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	}
	
p {
	color: #555555;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8.5pt;
	line-height: 13pt;
	margin: 0px;
	padding: 0px;
	}
	
.smaller {
	font-size: 7.5pt;
	line-height: 9.5pt;
	}
	
.details {
	color: #999999;
	font-size: 7pt;
	line-height: 10pt;
	letter-spacing: 1px;
	text-transform: uppercase;
	}
	
.intro {
	color: #999999;
	font-size: 13pt;
	font-style: italic;
	font-family: Georgia, Times New Roman, Times, Serif;
	line-height: 18pt;
	}
	
.subtitle {
	color: #80d6f6;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13pt;
	line-height: 15pt;
	letter-spacing: 1px;
	}
	
.title {
	color: #80d6f6;
	font-variant: small-caps;
	font-size: 26pt;
	line-height: 28pt;
	letter-spacing: 3px;
	margin-bottom: 5px;
	}
	
.small {
	font-size: 6.5pt;
	line-height: 9pt;
	}
	
.blue { color: #80d6f6; }
.lightblue { color: #bfebfb; }
.darkblue { color: #5db3d3; }
.yellow { color: #f4febb; }
.darkyellow { color: #ced895; }
.black { color: #555555; }
.white { color: #ffffff; }
.grey { color: #cccccc; }
	
.bulleted {
	padding: 5px 0px 0px 12px;
	background-image: url(../img/frame/bullet.gif);
	background-position: 0px 12px;
	background-repeat: no-repeat;
	}
	
a:link, a:visited, a:active {
	color: #80d6f6;
	text-decoration: none;
	}

a:hover {
	color: #5db3d3;
	text-decoration: none;
	}
	
a.blacklink:link, a.blacklink:visited, a.blacklink:active {
	color: #555555;
	text-decoration: none;
	}

a.blacklink:hover {
	color: #555555;
	text-decoration: underline;
	}
	
a.greylink:link, a.greylink:visited, a.greylink:active {
	color: #999999;
	text-decoration: none;
	}

a.greylink:hover {
	color: #999999;
	text-decoration: underline;
	}
	
a.yellowlink:link, a.yellowlink:visited, a.yellowlink:active {
	color: #f4febb;
	text-decoration: none;
	}

a.yellowlink:hover {
	color: #ffffff;
	text-decoration: none;
	}

a.whitelink:link, a.whitelink:visited, a.whitelink:active {
	color: #ffffff;
	text-decoration: none;
	}

a.whitelink:hover {
	color: #ffffff;
	text-decoration: underline;
	}
