BODY {
	font-family: Tahoma, Arial, Helvetica;
	font-size:10pt;
}

A  {
	color : Navy;
	text-decoration : none;
	font-family : Tahoma, Arial, Helvetica;
}

A:Visited  {
	font-family : Tahoma, Arial, Helvetica;
}

A:Active  {}

A:Hover  {
	font-family : Tahoma, Arial, Helvetica;
	color : #FF8000;
	text-decoration : underline;
}

A.NewMenu  {
	color : Red;
	text-decoration : none;
	font-family : Tahoma, Arial, Helvetica;
	font-weight : bold;
}

A.NewMenu:Hover  {
	font-family : Tahoma, Arial, Helvetica;
	color : Red;
	text-decoration : underline;
}

A.codelink {
  font-family : "Courier New", Courier, monospace;
}

A.codelink:Hover {
  font-family : "Courier New", Courier, monospace;
	color : #FF8000;
	text-decoration : underline;	
}

P  {
	font-family : Tahoma, Arial, Helvetica;
	font-size : 10pt;
}

LI  {
	font-family : Tahoma, Arial, Helvetica;
	font-size : 10pt;
}

H1  {
	font-family : Tahoma, Arial, Helvetica;
	font-size :18pt;
	font-weight : bold;
	margin-bottom: 6px;
	color : #800000;
}

H2  {
	font-family : Tahoma, Arial, Helvetica;
	font-size : 14pt;
	font-weight : bold;
	margin-bottom: 4px;
	color : #800000;
}

H3  {
	font-family : Tahoma, Arial, Helvetica;
	font-size : 14pt;
	font-weight : bold;
	margin-bottom: 3px;
	margin-top: 2px;
	color : #800000;
}

H4  {
	font-family : Tahoma, Arial, Helvetica;
	font-size : 12pt;
	font-weight : bold;
	margin-bottom: 2px;
	color : #800000;
}

H5  {
	font-family : Tahoma, Arial, Helvetica;
	font-size : 10pt;
	font-weight : bold;
	margin-top: 0px;
	margin-bottom: 2px;
	color : #800000;
}

.standard {
	font-family : Tahoma, Arial, Helvetica;
        font-size: 14px;
        color: black;
        font-weight:normal;
}

TABLE  {
	font-family : Tahoma, Arial, Helvetica;
	font-size : 10pt;
}

TD  {
	font-family : Tahoma, Arial, Helvetica;
	font-size : 10pt;
}

TH  {
	font-weight : bold;
	font-size : 10pt;
	background-color : #FFC891;
	font-family : Tahoma, Arial, Helvetica;
	text-align: left;
}

PRE  {
	font-size : 10pt;
}

.menu {
	font-weight : bold;
}

.tiny {
	font-size : 8pt;
	font-family : Tahoma, Arial;
	color : Black;
}

.tinyblue {
	font-size : 8pt;
	font-family : Tahoma, Arial;
	color : Navy;
}

.regular {
	font-size : 11pt;
	font-family : Tahoma, Arial;
	color : Black;
}

.large {
	font-size : 14pt;
	font-family : Tahoma, Arial;
	color : Black;
}

.medium {
	font-size : 12pt;
	font-family : Tahoma, Arial;
	color : Black;
}

.plate {	
	border-left: 1px white solid;
	border-right: 1px black solid;
	border-bottom: 1px black solid;
	border-top: 1px white solid;
	padding: 2px;
}

.plateTHBlack {
	color : White;
	text-align: center;
	font-weight: bold;
	padding: 2pt;
	background: Black;
	border-left: 1px white solid;
	border-right: 1px black solid;
	border-bottom: 1px black solid;
	border-top: 1px white solid;
}

.plateTHOrange {
	color : navy;
	font-weight: bold;
	padding: 2pt;
	background: #FFC891;
	border-left: 1px white solid;
	border-right: 1px black solid;
	border-bottom: 1px black solid;
	border-top: 1px white solid;
}

.plateTHArt {
	color : White;
	text-align: center;
	font-weight: bold;
	padding: 2pt;
	background: #9999CC;
	border-left: 1px white solid;
	border-right: 1px black solid;
	border-bottom: 1px black solid;
	border-top: 1px white solid;
}

.plateTHLeft {
	color : White;
	text-align: left;
	font-weight: bold;
	padding: 2pt;
	background: #9999CC;
	border-left: 1px white solid;
	border-right: 1px black solid;
	border-bottom: 1px black solid;
	border-top: 1px white solid;
}


.plateMR {
	padding: 0pt;
	border-right: 0px; 
	border-left: 1px white solid;
	border-bottom: 1px black solid; 
	border-top: 1px white solid;
}

.plateML {	
	padding: 0pt;
	border-right: 1px black solid; 
	border-left: 0;
	border-bottom: 1px black solid; 
	border-top: 1px white solid;
}

.plateline {	
	border-right: 1px black solid;
	border-bottom: 1px black solid;
}

.boxdiv {
	font-family: Tahoma, Arial, Geneva, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	color: White;
	background-color: #9999CC;
	border-left: 1px white solid;
	border-right: 1px black solid;
	border-bottom: 1px black solid; 
	border-top: 1px white solid;
	padding: 2px;
}

.ulNear {
	padding-left: 10px;
}

.slug {
	font-weight: bold;
	font-style: italic;
	color: #800000;
}

.inputs {
	font-family: Tahoma, Arial, Geneva;
	color: black;
	font-size:10pt;
	background-color: #CBD0F3; 
}

.buttons {
	font-family: Tahoma, Arial, Geneva;
	color: black;
	font-size:10pt;
	font-weight: bold;
	background-color: #CBD0F3; 
}

.comment {font-style: italic; color: Navy;}

.keyword {font-weight: bold; color: Black;}

.number {color: Blue;}

.string {color: Gray;}

.lineBottom {
	border-bottom : 2pt #800000 solid;
	padding-bottom: 2pt;
	margin-bottom: 2pt;
}

.lineRight {
	border-right : 1pt #800000 solid;
	padding-right: 4pt;
	margin-right: 4pt;
}

table.sortable th.sortheader {
	font-weight: bold;
	background-color : #FFC891;
        text-decoration: none;
        font-family : Tahoma, Arial, Helvetica;
}

table.sortable a.sortheader {
	font-weight: bold;
	background-color : #FFC891;
        text-decoration: none;
        font-family : Tahoma, Arial, Helvetica;
}

table.sortable span.sortarrow {
	font-weight: bold;
	background-color : #FFC891;
        text-decoration: none;
        font-family : Tahoma, Arial, Helvetica;
}



