/* CSS Document */

body { background-color: #FFFFFF; margin-top: 0px; margin-left: 0px; }
	
#pageBg {
	background-image: url(images_common/background.gif); 
	background-repeat: repeat-y; 
	background-position: left;
	}

.logoSmall { 
	background-color: #FFFFFF;
	background-image: url(images_common/logo_small.png); 
	background-repeat: no-repeat; 
	background-position: left;
	}
	
#logoLink a {
	display: block;
	float: left;
	position: relative; 
	left: 0px;
	top: 0px; 
	height: 70px;
	width: 150px;
	}
	
h1 {
	position: absolute;
	left: 168px; 
	margin-top: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14pt; 
	font-weight: bold;
	color: #998033;
	}

.heading	{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-weight: bold;
	color: #7F6A2B;
	background-color: #DBE1CA;
	padding: 3px 0 3px 6px;
	}
	
.subTitle { 
	padding: 0 0 12px 0; 
	color: #336699;
	font-weight: bold;
	}

.tabOn	{ 
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: bold;
	color: #7F6A2B;
	text-align: center;
	background-color: #FFFFFF;
	border-top: 1px solid #7F6A2B;
	border-right: 1px solid #7F6A2B;
	border-left: 1px solid #7F6A2B;
	padding: 4px 0 4px 0;
	}
	
.tabOff	{ 
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: bold;
	color: #7F6A2B;
	text-align: center;
	background-color: #DBE1CA;
	border-top: 1px solid #CCCC99;
	border-right: 1px solid #CCCC99;
	border-bottom: 1px solid #DBE1CA;
	border-left: 1px solid #CCCC99;
	padding: 4px 0 4px 0;
	}

.tabOff	a { color: #7F6A2B; }

.tabLineOn	{ background-color: #FFFFFF; border-left: 1px solid #7F6A2B; border-right: 1px solid #7F6A2B; }

.tabLineOff	{ background-color: #7F6A2B; }

.text1 { font-family: Palatino, Georgia, Times New Roman, Times, serif; font-size: 11pt; }

.text2 { font-family: Tahoma, MS Sans Serif, sans-serif; color: #CCCC99; font-size: 9pt; background-color: #0079BB; }

.text3 { font-family: Palatino, Georgia, Times New Roman, Times, serif; font-size: 12pt; line-height: 1.3em; }

.text4 { font-family: Tahoma, MS Sans Serif, sans-serif; font-size: 10pt; color: #660000; }

.text5 { font-family: Palatino, Georgia, Times New Roman, Times, serif; font-style: italic; font-size: 15pt; font-weight: bold; line-height: 1.3em; color: #7F6A2B; }

.nari { font-family: Georgia, Times New Roman, Times, serif; font-size: 11px; font-weight: bold; color: #284791; }

.quote { font-family: Palatino, Georgia, Times New Roman, Times, serif; font-size: 11pt; color: #336699; line-height: 1.5em; }

.outline { border: 1px #333333 solid; }
