* {
	font-size: 10pt;
	font-family: Arial ! important;
	color: #000000;
}

body {
	background-color: #F1C4F2;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* Logo Styles */

.logo, a:link.logo {
	color: #000000;
	font-size: 42pt;
	font-weight: bold;	letter-spacing: -1px;	text-decoration: none;
}

a:visited.logo {
	color: #000000;
	font-size: 42pt;
	font-weight: bold;	letter-spacing: -1px;	text-decoration: none;
}

a:hover.logo {
	color: #FFFFFF;
	font-size: 42pt;
	font-weight: bold;	letter-spacing: -1px;	text-decoration: none;
}

img.logo {
	padding-bottom: 20px;	
}

/* tagline link styles */

.tagline {
	font-size: 13pt;
	font-weight: bold;
}

a:link.tagline, a:visited.tagline {
	font-size: 13pt;
	font-weight: bold;
	text-decoration: none;
}


a:hover.tagline {
	font-size: 13pt;
	font-weight: bold;
	text-decoration: underline;
}

div.subtagline {
	margin-top: 8px;
	margin-bottom: 10px;
}

span.subtagline {
	font-size: 12pt;
	background-color: #FFFFFF;
	padding: 8px;
	line-height: 160%;
	font-weight: bold;
}

/* Header/Subline Styles */

.header {
	color: #000000;
	font-weight: bold;	font-size: 10pt;
}

a:link.header {
	color: #000000;
	font-weight: bold;	text-decoration: none;
	font-size: 10pt;
}

a:visited.header {
	color: #000000;
	font-weight: bold;	text-decoration: none;
	font-size: 10pt;
}

a:hover.header {
	color: #FFFFFF;
	font-weight: bold;	text-decoration: underline;
	font-size: 10pt;
}

.header_current {
	color: #000000;
	font-weight: bold;	font-size: 10pt;
}

a:link.header_current {
	color: #000000;
	font-weight: bold;	text-decoration: none;
	font-size: 10pt;
}

a:visited.header_current {
	color: #000000;
	font-weight: bold;	text-decoration: none;
	font-size: 10pt;
}

a:hover.header_current {
	color: #FFFFFF;
	font-weight: bold;	text-decoration: underline;
	font-size: 10pt;
}

.header_seperator {
	color: #CCCCCC;
	font-weight: bold;	font-size: 10pt;
	padding: 0px 10px;
}

/* representation link styles */

.representation_link {
	font-size: 13pt;
	color: grey;
	font-weight: normal;
	font-style: italic;	
}

a:link.representation_link, a:visited.representation_link {
	font-size: 13pt;
	color: grey;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
}


a:hover.representation_link {
	font-size: 13pt;
	color: #FFFFFF;
	font-weight: normal;
	font-style: italic;	
	text-decoration: underline;
}

/* Sort Line Styles */

.sort {
	color: #000000;
	font-weight: bold;
	font-size:8pt;
}

a:link.sort {
	color: #9E9E9E;
	font-weight: bold;
	text-decoration: none;
	font-size:8pt;
}

a:visited.sort {
	color: #9E9E9E;
	font-weight: bold;
	text-decoration: none;
	font-size:8pt;
}

a:hover.sort {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	font-size:8pt;
}

.sort_current {
	color: #000000;
	font-weight: bold;
	font-size:8pt;
}

a:link.sort_current {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-size:8pt;
}

a:visited.sort_current {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-size:8pt;
}

a:hover.sort_current {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
	font-size:8pt;
}

.sort_seperator {
	padding: 0px 10px;
	font-size:8pt;
	color: AAAAAA;	
}

/* series title styles */

div.series_name {
	margin-top: -5px;
}

a:link.series_name, a:visited.series_name {
	font-size: 30px;
	text-decortion: none;
	font-weight: bold;		
}

a:hover.series_name {
	font-size: 30px;
	font-weight: bold;		
	text-decortion: none;
}

/* footer styles */

.copyright {
	font-size: 7.5pt;
	width: 800px;
	color: #000000;
}

.fine_print {
	font-size: 7.5pt;
	width: 800px;
	color: #9E9E9E;
	padding-top: 3px;
}

input.email_update_box {
	color: #000000;
	background-color: transparent;
	border-style: solid;
	border-width: 1px;
	border-color: black #B8B8B8 #CCCCCC #B8B8B8;
}

a:link.email_update_box, a:visited.email_update_box, a:hover.email_update_box {
	color: #000000;
}

/* contact link styles */

a:link.contact_link {
	color: #000000;
	text-decoration: none;
}

a:visited.contact_link {
	color: #000000;
	text-decoration: none;
}

a:hover.contact_link {
	color: #FFFFFF;
	text-decoration: underline;
}

/* Other Styles */

.error {
	color: red;	
}

.title {
	font-size: 12pt ! important;
	font-weight: bold;
}

.small {
	font-size: 80% ! important;
}

.smaller {
	font-size: 60% ! important;
}


