/*
CSS Typography Style Definitions
Copyright 2009 Logonix Corporation
*/

/* Default content font inherited by most elements */
body { font-size: 100%; font-family: "Arial", "Tahoma", "Helvetica", sans-serif; }

/* Headings */
h1 { font-size: 140%; font-style: normal; font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif; text-shadow: 1px 1px 1px #101010; text-align: center; clear: both; }
h2 { font-size: 125%; font-style: normal; font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif; text-shadow: 1px 1px 1px #101010; text-align: center; clear: both; }
h3 { font-size: 105%; font-style: normal; }
h4 { font-size: 105%; font-style: italic; }
h5 { font-size: 100%; font-style: normal; display: inline; }
h6 { font-size: 100%; font-style: italic; display: inline; }

/* Link Lists */
.linklist a {
	color: #303040;
	text-decoration: none;
}

.linklist a:hover {
	color: #101010;
	text-decoration: underline;
}

/* quotes */
q { font-style: italic; }

/* other */
em { font-weight: bolder; }

.fineprint { font-size: 80%; font-style: italic; }

.slogan { font-style: italic; }

/* Page Info */
div#common_pageinfo {
	text-align: center;
	font-size: 75%;
	font-weight: bolder;
}

