body	{
	margin: 0px;
}
input,textarea,select
{
    background-color:transparent;
    border:1px solid #9F9F9F;
}
input.pos
{
    width: 1.3em;
    text-align:right;
}

table.content	{
    border: 1px #ADABA4 solid;
    background-color: #F8F1D8;
    width:850px;
}
a.active, td.active
{
    color: #B59420;
    font-weight: bold;
}
a
{
	font-family: Tahoma;
	text-decoration: underline;
    color: #504C4B;
}
a:hover	{
	text-decoration: none;
}
#error {
	vertical-align: top;
	padding-left: 9px;
	font-family: Tahoma;
	font-size: 8pt;
	color: #FF0000;
}
td
{
    font-size: 8pt;
	color: #504C4B;
 	font-family: Tahoma;
  }
img {
    border:0px;
}

h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:160%;
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:135%;
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:115%;
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold;
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
}
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
