/* Top-level Styles */

body {
	background-color: #0069aa;
	background-image: url(../img/frame/bg_blue.gif);
	margin: 0px;
	padding: 0px;
	}
	
p, li {
	color: #000000;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
	line-height: 14pt;
	margin: 0px;
	padding: 0px;
	}
	

/* Extra Text Styles */

.small {
	font-size: 7pt;
	line-height: 10pt;
	}

.smallcaps {
	font-size: 7pt;
	line-height: 10pt;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
	
/* Twitter Box */

.twitterbox {
	width: 262px;
	background-color: #cccccc;
	background-image: url(../img/frame/tweet_quotes.gif);
	background-repeat: no-repeat;
	background-position: 20px 48px;
	}
	
.twittertext {
	margin-top: 4px;
	padding-top: 4px;
	border-top: dotted 1px #dddddd;
	font-size: 7pt;
	line-height: 10pt;
	color: #555555;
	}
	
.twitterframe {
	margin: 8px 27px 0px 27px;
	}
	
/* Color Styles */

.white { color: #ffffff; }
.blue { color: #0069aa; }
.blue80 { color: #267fb7; }
.blue50 { color: #80b4d5; }
.blue30 { color: #b2d2e5; }
.yellow { color: #ffcf06; }
.grey { color: #cccccc; }
.midgrey { color: #999999; }

/* Link Styles */

a:link, a:visited, a:active {
	color: #80b4d5;
	text-decoration: none;
	}

a:hover {
	color: #80b4d5;
	text-decoration: underline;
	}

a.whitelink:link, a.whitelink:visited, a.whitelink:active {
	color: #ffffff;
	text-decoration: none;
	}

a.whitelink:hover {
	color: #ffffff;
	text-decoration: underline;
	}
	
a.bluelink:link, a.bluelink:visited, a.bluelink:active {
	color: #0069aa;
	text-decoration: none;
	}

a.bluelink:hover {
	color: #0069aa;
	text-decoration: underline;
	}
	
a.blacklink:link, a.blacklink:visited, a.blacklink:active {
	color: #000000;
	text-decoration: none;
	}

a.blacklink:hover {
	color: #000000;
	text-decoration: underline;
	}
	
a.yellink:link, a.yellink:visited, a.yellink:active {
	color: #ffcf06;
	text-decoration: none;
	}

a.yellink:hover {
	color: #ffcf06;
	text-decoration: underline;
	}
	
/* Bluecore styles */

.title {
	color: #0069aa;
	font-size: 20pt;
	font-weight: bold;
	line-height: 24pt;
	}
	
.subtitle {
	color: #ffcf06;
	font-size: 14pt;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 17pt;
	}
	
.intro {
	color: #80b4d5;
	font-size: 14pt;
	line-height: 18pt;
	}
	
.bulleted {
	padding: 5px 0px 0px 15px;
	background-image: url(../img/frame/bullet1.gif);
	background-position: 0px 12px;
	background-repeat: no-repeat;
	}
	
.subbulleted {
	padding: 5px 0px 0px 30px;
	background-image: url(../img/frame/bullet2.gif);
	background-position: 15px 12px;
	background-repeat: no-repeat;
	}
	
.hr {
	margin: 20px 0px 20px 0px;
	padding: 0px;
	height: 1px;
	border-top: solid 1px #b2d2e5;
	}
