/* CSS Document */

/** LINK STYLES **/
a:link {
	text-decoration: none;
	color: #000000;
	}
	
a:hover {
	text-decoration: underline;
	color: #044A0E;
	}
a:visited {
	text-decoration: none;
	color: #044A0E;
	}

/** Border **/
.box {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #044A0E;
	border-left-color: #044A0E;
	border-right-color: #044A0E;
	border-top-color: #044A0E;
}
.box2 {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #EBD580;
	border-left-color: #EBD580;
	border-right-color: #EBD580;
	border-top-color: #EBD580;
}

/** Advertisment **/
.adleft {
	font-family: Verdana;
	font-size: 10px;
	color: #666666;
	background-color: #FFFFFF;
	text-align: left;
	text-indent: 2pt;
}

/** Frontpage Styles **/
.header {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #044A0E;
	text-align: left;
	line-height: 23px;
	vertical-align: text-top;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #044A0E;
}
.header2 {
	font-family: Arial;
	font-size: 18px;
	text-decoration: none;
	color: #000000;
	text-align: left;
	line-height: 23px;
}
.header3 {
	font-family: Arial;
	font-size: 14px;
	text-decoration: none;
	color: #044A0E;
	text-align: left;
	line-height: 110%;
}
.headersub {
	font-family: Arial;
	font-size: 14px;
	line-height: 110%;
	text-decoration: none;
	color: #000000;
	text-align: left;
	vertical-align: text-top;
	white-space: normal;
	text-indent: 3px;
}
.headersub2 {
	font-family: Arial;
	font-size: 14px;
	line-height: 110%;
	text-decoration: none;
	color: #000000;
	text-align: left;
	vertical-align: text-top;
	white-space: normal;
}
.highlight {
	font-family: Arial Narrow;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.highlight2 {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #044A0E;
	text-align: left;
	line-height: 110%;
}
.datetime {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}
.summarytext {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-align: left;
	font-style: italic;
}
.captions {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	font-style: italic;
}
.bullet {
	font-family: Webdings;
	font-size: 24px;
	color: #044A0E;
}
.credit {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-align: right;
	vertical-align: top;
	white-space: normal;
	line-height: 20px;
	position: static;
	right: auto;
}
.datemini {
	font-family: Arial;
	font-size: 9px;
	color: #000000;
	
}


/** Article Styles **/
.arttitle {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #044A0E;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	position: static;
	height: 22px;
	background-position: left center;
	line-height: 18px;
	text-indent: 3px;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBD580;
}
.artsummary {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	line-height: 18px;
}
.artbyline {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-style: italic;
	text-decoration: none;
}
.artdate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: italic;
	line-height: 8px;
}
.artbody {
	font-family: Arial;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
.artcredit {
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	text-align: left;
	vertical-align: top;
	white-space: normal;
	line-height: 20px;
	position: static;
	right: auto;
}
.art-highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}