/* $Id: stylesheetmain.css,v 1.4 2005/09/27 20:00:31 pcharoen Exp $ */

body {
	font-size: 10pt;
	color: black;
	font-family: arial, verdana, sans-serif
}

a {
	text-decoration: underline
}

a:link {
	color: rgb(36, 85, 73)
}

a:visited {
	color: rgb(123, 123, 123)
}

a:active {
	color: rgb(238, 238, 204)
}

td {
	font-size: 10pt;
	color: black;
	font-family: arial, verdana, sans-serif
}

h1 {
	font-weight: bold;
	font-size: 18pt;
	color: black;
	font-family: arial, verdana, sans-serif
}

h2 {
	font-size: 12pt;
	color: #969696;
	font-style: italic;
	font-family: arial, verdana, sans-serif
}

h3 {
	font-weight: bold;
	font-size: 12pt;
	color: black;
	font-family: arial, verdana, sans-serif
}

h4 {
	font-weight: bold;
	font-size: 10pt;
	color: black;
	font-family: arial, verdana, sans-serif
}

h5 {
	font-size: 10pt;
	color: black;
	font-family: arial, verdana, sans-serif
}

.explain {
	font-size: 80%
}

.findmore {
	font-weight: bold;
	font-size: 100%;
	color: #969696;
	font-style: italic
}

.error {
	font-weight: bold;
	color: red;
}

/* explain popup caption font class */
.capfontClass {
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #ffffff;
	text-align: left
}

.closefontClass {
	font-family: Arial, Verdana, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	color: #245549;
	text-align: right;
}

.progressBar {
	font-family: Arial, Verdana, sans-serif;
	font-size: 60%;
	padding: 1px;
	border: solid #eeeecc 1px;
}

.progressStep {
	background-color: #9ACD32;
}

.space {
	background-color: #FFFFE0;
	height: 10px;
}

a.rss {
	background-color: #FF4500;
	font-family: Arial, Verdana, sans-serif;
	font-style: normal;
	font-size: 80%;
	font-weight: bold;
	color: #FFFFFF;
	border-top: solid white;
  	border-right: solid #A9A9A9;
  	border-bottom: solid #A9A9A9;
  	border-left: solid white;
  	border-width: 1px;
  	text-decoration: none;
}

div.current {
	background-color: #F5F5DC;
}

div.previous {
	background-color: #FFFFF0;
}

