/* CSS:Global */
body {
	background-color: #E9E9E9;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
option {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

/* CSS:Width */
#headwidth {
	width: 350px;
	height: 60px;
}
#gutter {
	height: 15px;
	width: 20px;
}
#linkgutter {
	height: 18px;
}
#description {
	width: 300px;
	height: 5px;
}
#pic {
	width: 385px;
	height: 370px;
	vertical-align: middle;
}
#subhead {
	height: 18px;
}

/* CSS:href */
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #784C5B;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
a.grey:link {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 11px;
}
a.grey:visited {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 11px;
}
a.grey:hover {
	color: #333333;
	text-decoration: none;
	font-size: 11px;
}
a.grey:active {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 11px;
}
a.smallgrey:link {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
a.smallgrey:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
a.smallgrey:hover {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
a.smallgrey:active {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
/*a.black:link {
	color: #000000;
	text-decoration: none;
	font-size: 11px;
}
a.black:visited {
	color: #000000;
	text-decoration: none;
	font-size: 11px;
}
a.black:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
}
a.black:active {
	color: #000000;
	text-decoration: none;
	font-size: 11px;
}*/
a.burgundy:link {
	color: #784C5B;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
a.burgundy:visited {
	color: #784C5B;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
a.burgundy:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
a.burgundy:active {
	color: #784C5B;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
a.toplink:link {
	color: #000000;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
a.toplink:visited {
	color: #000000;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
a.toplink:hover {
	color: #784C5B;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
a.toplink:active {
	color: #000000;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}

/* CSS:General */
.bold {
	font-weight: bold;
	color: #666666;
}
.rights {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
.arrow{
    scrollbar-face-color:#E9E9E9;
    scrollbar-arrow-color:#000000;
    scrollbar-highlight-color:#E9E9E9;
    scrollbar-3dlight-color:#E9E9E9;
    scrollbar-shadow-color:#E9E9E9;
    scrollbar-darkshadow-color:#E9E9E9;
    scrollbar-track-color:#E9E9E9;
	filter: chroma(color=#E9E9E9);
   }
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	height: 16px;
	border: 1px solid #666666;
	background-color: #CCCCCC;
}
.burgundy {
	color: #784C5B;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
.grey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}
.arrow1 {
    scrollbar-face-color:#E9E9E9;
    scrollbar-arrow-color:#784C5B;
    scrollbar-highlight-color:#E9E9E9;
    scrollbar-3dlight-color:#E9E9E9;
    scrollbar-shadow-color:#E9E9E9;
    scrollbar-darkshadow-color:#E9E9E9;
    scrollbar-track-color:#E9E9E9;
	filter: chroma(color=#E9E9E9);
}
.tdgrey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #DDDDDD;
	background-color: #999999;
	font-weight: bold;
}
.boldwhite {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 13px;
}
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight: bold;
}
.active1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}
.border {
	border: 1px solid #000000;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	vertical-align: middle;
	height: 22px;
}
.heading {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}
.tiny {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.slideshow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: lowercase;
	color: #888888;
	background-color: #E9E9E9;
	border: 1px solid #E9E9E9;
	height: 24px;
	vertical-align: top;
}
.bmidheading {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #900;
}
