/* Hung and Raw CSS Document */

/* Body Elements */
body {
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000;
	background-image:   url(../images/interface/bg_bark.jpg);
	background-repeat: repeat;
}
td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
}
.PaddingLight {
	padding: 2px;
}
.PaddingHeavy {
	padding: 6px;
}

/* Secondary Text Color */
.WhiteText {
	color: #FFFFFF;
}

/* Links */
a:link
{
    COLOR: #ff0000;
    TEXT-DECORATION: none;
	font-weight: bold;
}
a:visited
{
    COLOR: #ff0000;
    TEXT-DECORATION: none;
	font-weight: bold;
}
a:hover
{
    COLOR: #000;
    TEXT-DECORATION: none;
	font-weight: bold;
}
a:active
{
    COLOR: #000;
    TEXT-DECORATION: none;
	font-weight: bold;
}
.Bold {
	font-weight: bold;
}
.Footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #000000;
	padding: 8px;
}

/* Page Titles and Headers */
.BlackBoldArial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
}

/* Form Elements */
.UnorderedList {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	list-style-type: disc;
}
input.Tiny {
	width: 30px;
}
.Menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 180px;
}
.Input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 180px;
}

/* Customized Elements */
.SplashBody {
	background-color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #fff;
}
.SplashWarning {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	color: #ff0000;
	padding: 4px;
}
.BGNavDropShad {
	background-image:   url(../images/interface/bg_nav_dropshad_body.gif);
	background-repeat: repeat;
}
.BGNav {
	background-color: #FFFF00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-style: normal;
	color: #000000;
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	height: 30px;
}
.BGBodyWhite {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-style: normal;
	color: #000000;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.GalleryPhotoBorder {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ff0000;
	border-right-color: #ff0000;
	border-bottom-color: #ff0000;
	border-left-color: #ff0000;
}
.Caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	padding: 4px;
}
.Publication {
	font-style: italic;
	font-weight: bold;
}
