/* globals */
body {
	margin:-10px;
	font-family:verdana,arial,helvetica,sans-serif;
	color:#663333;
	background-color:#ffffff;
}
div, p, td, li, span{
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:11px;
	color:#663333;
}

/* forms */
.inputbox {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:11px;
	color:#666633;
}
.select {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:11px;
	color:#666633;
}
.textarea {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:11px;
	color:#666633;
}
.button {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:11px;  
	color:#666633;
}
.contentform {
   margin:10px 0px;
   line-height:140%;
}
.contentform p {
   line-height:140%;
}

/* links */
a {
	font-family:verdana,arial,helvetica,sans-serif;
	color:#ff6600;
   text-decoration:none;
}
a:visited { 
	color:#cc6633;
}

/* global */
#logo {
   margin:20px 0px 15px 20px;
}
#topnav {
   margin:20px 0px 15px 0px;
}
.contenttitle {
   margin-left:165px;
}
.content {
   margin-bottom:20px;
   line-height:140%;
}
h1, .header {
	font-size:13px;
	font-weight:bold;
	color:#663333;
}
blockquote {
   font-family:verdana,arial,helvetica,sans-serif;
	font-size:12px;
   color:#cc9933;
   font-style:italic;
   line-height:140%;
}
blockquote a {
   font-family:verdana,arial,helvetica,sans-serif;
}

/* footer */
.footerlinks a, .footerlinks a:visited {
	font-size:10px;
	color:#663333;
}
.footertext {
	font-size:10px;
}

/* popup */
.contentpop {
   margin-bottom:5px;
   line-height:140%;
}
.contentpop p, .contentpop td, .contentpop li, .contentpop span {
	font-size:10px;
}
.popfootertext {
	font-size:10px;
   color:#ffffff;
}

/* selector */
.selectorheader {
	font-size:13px;
	font-weight:bold;
	color:#663300;
}
.contentselector {
   margin:10px 10px 10px 0px;
   line-height:140%;
}
.arrow {
	margin: 2px 10px 0px 5px;
}
.selectorlink {
	color:#993300;
}
.selectorlink:visited {
	color:#ff6600;
}

/* inside */
#subnav {
   margin:0px 15px 20px 15px;
}
.subnav {
	padding: 0 0 5px 16px;
	background: #ffffff url(../images/inside/arrow_right.gif) no-repeat 0 2px;
}
.subnav a, .subnav a:visited {
	color:#993300;
}
.subnavon {
	padding: 0 0 5px 16px;
	background: #ffffff url(../images/inside/arrow_down.gif) no-repeat 0 2px;
}
.subnavon a, .subnavon a:visited {
	color:#ff6600;
}

