/* define all highest order styles */
body {
	background-color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 12pt;
	color: #656565;
}

h2 {
	font-family: Arial, sans-serif;	
	font-variant: small-caps;
	font-weight: bold;
	color: #95e0f6;
}

h3 {
	font-family: Arial, sans-serif;	
	font-variant: small-caps;
	font-weight: bold;
	font-size: 12pt;
	color: #95e0f6;
}

h4 {
	font-family: Arial, sans-serif;	
	font-weight: bold;
	font-variant: small-caps;
	font-size: 12pt;
	color: #656565;
}

/* define all table styles below */
table {
	font-family: Arial, sans-serif;	
	font-size: 12px;
	padding-left: 0px;
	padding-right: 0px;
}

td.cover {
	background-color: #FFFFFF;
	background-image: url(images/cover_bg.gif);
	font-family: Arial, sans-serif;
	font-size: 8pt;
	color: #99E9FF;
}

td.navbar_top {
	background-color: #FFFFFF;
	background-image: url(images/header_bg.jpg);
	font-family: Arial, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
}

td.navbar_bottom {
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(images/navbar_bottom_bg.gif);
	font-family: Arial, sans-serif;
	font-size: 10pt;
	/* font-weight: bold; */
	color: #FFFFFF;
	font-variant: small-caps;
}

td.main {
	text-align: left;
	background-color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	padding: 3px 16px 3px 16px;
}

td.gray {
	text-align: center;
	background-color: #DEDCDC;
	/* background-image: url(images/navbar_bottom_bg.gif); */
	font-family: Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
}

td.gray_right {
	text-align: center;
	background-color: #DEDCDC;
	/* background-image: url(images/navbar_bottom_bg.gif); */
	font-family: Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
	border-color: #FFFFFF;
	border-top-style: none;
	border-top-width: 0px;
	border-right-style: solid;
	border-right-width: 2px;
	border-left-style: none;
	border-left-width: 0px;
	border-bottom-style: none;
	border-bottom-width: 0px;
}

td.gray_left {
	text-align: center;
	background-color: #DEDCDC;
	/* background-image: url(images/navbar_bottom_bg.gif); */
	font-family: Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
	border-color: #FFFFFF;
	border-top-style: none;
	border-top-width: 0px;
	border-right-style: none;
	border-right-width: 0px;
	border-left-style: solid;
	border-left-width: 2px;
	border-bottom-style: none;
	border-bottom-width: 0px;
}

td.copyright {
	background-color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 8pt;
	color: #99E9FF;
}

/* define all links below */
a {
	text-decoration: underline;
	color: #656565;
}

a.copyright {
	text-decoration: none;
	color: #99E9FF;
}

a.navbar {
	text-decoration: none;
	color: #FFFFFF;
	font-variant: small-caps;
}

a.sublinks {
	text-decoration: none;
	color: #000FFF;
}

a.language {
	text-decoration: none;
	color: #FFFFFF;
	font-variant: small-caps;
}

/*define all image styles below */

img.float_left { 
    float: left; 
	margin: 8px 16px 0px 0px;
}
img.float_right { 
    float: right; 
    margin: 8px; 
}

