body {
	font: 0.9em "Trebuchet MS", "Lucida Grande", Verdana, Lucida, Arial, Helvetica, sans-serif;
	color: Black;
}

/**********************************
 * Special Things                 *
 **********************************/
 
/* Things that shouldn't be displayed, even to screen-readers */
.nodisplay {
	display: none;
}

/* Things that should be hidden, except to screen-readers */
.hidden {
	position:absolute; 
	left:0px; 
	top:-500px; 
	width:auto; 
	height:auto; 
}




/* Clear things without using "clear" */
.clear, .clearleft {
	float: left;
	width: 100%;
}

.clearright {
	float: right;
	width: 100%;
}


/**********************************
 * Standard Page Elements         *
 **********************************/

/* Headings/Paragraphs/etc */
h1 {
	margin: 15px 0 0 0;
	padding: 0;
	text-align: left;
	background-repeat:no-repeat;
	font-size: 1.6em;
	font-weight: normal;
	list-style-type: square;
}

h2 {
	border-top: 2px solid #DAB399;
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 0.5em;
	margin-top: 0.5em;
}

h3 {
	font-size: 1.1em;
	margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
	color:#630;
	line-height: 1em;
}

p {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}

.center {
	text-align: center;
}





/* Lists */
#content ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 1em;
}

#content ul li, #content .bullet {
	background: url(/graphics/bullet_square.gif) no-repeat 2px 5px;
	padding-left: 12px;
	padding-bottom: 4px;
	line-height: 1.3em;
	display: block;
}

#content ol ol {
	list-style: lower-roman;
}

#content ol ul {
	list-style: disc;
	padding-left: 15px;
}

#content ol ul li {
	background: none;
	padding-left: 0;
}


#content dd {
	margin-left: 20px;
	line-height: normal;
}

#content dt {
	font-weight: bold;
}

#content dd.intl {
	font-size: 0.75em;
	line-height: normal;
}



dl.thread {
  margin:0;
  padding:0;
}

dl.thread dt {
  margin-bottom: -1.57em;
}

dl.thread dd {
  padding-left: 1.5em;
}


/* Tables */
table {
	font-size: 0.8em;
	border-spacing: 1px;
	line-height: 1.6em;
	width: 100%;
}



table caption {
	display: none;
}
th {
	background-color: #FC9;
	color: Black;
	text-align: center;
	padding: 3px;
	background-image: url(/graphics/th_fade.gif);
	background-position: top;
	background-repeat: repeat-x;
}

td {
	text-align: left;
	padding: 3px;
}


td.col1, td.col3, td.col5 {
	background-color: #B7C6FF;
}

th.col1, th.col3, th.col5 {
	background-color: #0066CC;
	color: White;
	background-image: none;
}
td.col2, td.col4, td.col6 {
	background-color: #448BD1;
}

th.col2, th.col4, th.col6 {
	background-color: #0066CC;
	color: White;
	background-image: none;
}

/* Images */
#content img {
	border: none;
}
.rightimg {
	float: right;
	margin: 5px 0 2px 12px;
}
.leftimg {
	float: left;
	margin: 5px 12px 2px 0;
}

/* Links */
#content a {
	color : #0066CC;
	text-decoration : none;
}
#content a:link {
	color : #0066CC;
	text-decoration : none;
}
#content a:hover {
	color : #FF9933;
	text-decoration : underline;
}



/* Forms */
.hiddenform {
	display: none;
}
.error {
	color: #F93;
}


/* Misc */
.small {
	font-size: 0.8em;
	color: #555;
	line-height: 1.5em;
}
abbr, acronym {
	/*border-bottom: 1px dotted;
	cursor: help;*/
	border-bottom: none;
}
address {
	line-height: normal; 
	font-size: 1.2em;
}




blockquote {
	margin-left: 1.5em;
	border-left: 2px solid #DAB399;
	padding-left: 1em;
	margin-right: 0;
	background-image: url(/graphics/ldquo.gif);
	background-position: 10px 0;
	background-repeat: no-repeat;
	text-indent: 15px;
	margin-right: 15px;
	font-style: italic;
}

blockquote p:last-child {
	background-image: url(/graphics/rdquo.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}