body {
	background-image: url(../_images/bkg_texture.gif);
	margin: 0px;
	padding: 0px;
	background-color: #62533d;
	text-align: center;	
}

/* Sets the base font specifications */
body,table,td,input,select,textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
}


/* Specific Font Styles */
.footer {
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	color: #F0E3B9;
	text-decoration: none;
}
a.footer:link {
text-decoration:none;
color: #F0E3B9;
}

a.footer:hover {
text-decoration:underline;
color: #F0E3B9;
}

a.footer:visited {
text-decoration:none;
color: #F0E3B9;
}

.disclaimer {
font-size: 10px;
color: #3b3321;
}

.annotation {
	font-size: 10px;
	color: #996666;
}

a.mediakit:link,visited {
text-decoration:none;
color:#333333;
}

a.mediakit:hover {
text-decoration:underline;
color:#333333;
}

a.mediakit:visited {
text-decoration:none;
color:#333333;
}


/* Background Styles */
.bkgmaintop {
	background-image: url(../_images/bkg_side-top.gif);
	background-repeat: repeat-x;
}
.bkgmainbot {
	background-image: url(../_images/bkg_side-bot.gif);
	background-repeat: repeat-x;
}
.bkgmainrh {
	background-image: url(../_images/bkg_side-rh.gif);
	background-repeat: repeat-y;
}
.bkgmainlh {
	background-image: url(../_images/bkg_side-lh.gif);
	background-repeat: repeat-y;
}
.bkgmain {
	background-image: url(../_images/bkg_main.gif);
	padding:10px;
}
.arctitle {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b8a68b;
}
.arctitlediv {
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #62533d;
}
.arcentry {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b8a68b;
}
.arcentrydiv {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #62533d;
}
