*
{
	margin: 0;
	padding: 0;
}

body, .SC_Item, .SC_ItemSelected
{
	color: #262A2A;
	background-color: #FFFFFF;
}

body, button, input, select, textarea
{
	font-size: 90.01%;
	font-family: Arial, Helvetica, sans-serif;
}

a
{
	color: #94DE08;
	text-decoration: underline;
}
a:link, a:visited
{
	/*color: #000000 !important;*/
	background-color: transparent;
}
a:hover, a:focus, a:active
{
	color: #7BAF15;
	background-color: transparent;
}

address
{
	font-size: 100%;
	font-style: italic;
}

big
{
	font-size: 100%;
}

blockquote
{
	line-height: normal;
}

body
{
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

button
{
	font-size: 100%;
}

caption
{
	line-height: normal;
}

code
{
	font-size: 100%;
	font-family: monospace;
}

dl
{
	padding-left: 1.5em;
}

h1, h2, h3, h4, h5, h6 { padding-top: 1em; }
h1 { font-size: 140%; }
h2 { font-size: 130%; }
h3 { font-size: 120%; }
h4 { font-size: 110%; }
h5 { font-size: 100%; }
h6 { font-size: 90%; }

hr
{
	margin: 1em 0;
	height: 1px;
	width: 100%;
	color: transparent;
	border-style: none;
	background-color: #CCCCCC;
}

html
{
	height: 100%;
}

img
{
	/* behavior: url(../script/pngbehavior.htc); */
	border: 0;
}

input
{
	font-size: 100%;
}

kbd
{
	font: 130% monospace;
}

li
{
	line-height: normal;
}

ol, ul { padding: 0.5em 0em 0.5em 2em; }
ul ul ol ol, ul ol ul ol, ol ul ol ol, ol ol ul ol, ol ul ol, ol ol { list-style: lower-alpha; }
ol ul ol ol, ol ol ul ol, ul ol ol ol, ol ol ol { list-style: lower-roman; }
ol ol ol ol { list-style: decimal; }
ul { list-style: disc; }
ul ul, ol ol ul ul, ol ul ol ul, ul ol ol ul, ol ul ul, ul ol ul { list-style: circle; }
ol ul ul ul, ul ol ul ul, ul ul ol ul, ul ul ul { list-style: square; }
ul ul ul ul { list-style: disc; }

p
{
	padding: 0.5em 0em 0em 0em;
	text-indent: 0px;
}

pre
{
	font: 130% monospace;
}

samp
{
	font: 130% monospace;
}

select
{
	font-size: 100%;
}

small
{
	font-size: 80%;
}

sub
{
	font-size: 80%;
}

sup
{
	font-size: 80%;
}

table
{
	font-size: 100%;
}

td
{
	line-height: normal;
}

textarea
{
	font-size: 100%;
}

th
{
	font-size: 100%;
	font-weight: bold;
}

tt
{
	font: 130% monospace;
}


/*********************** C L A S S E S *******************/

h1
{
	font-size: 180%;
	font-weight: normal;
	clear: both;
}
h1, h1 a, h1 a:link,  h1 a:visited,  h1 a:hover,  h1 a:focus,  h1 a:active
{
	color: #58901A;
	background-color: transparent;
}

h2
{
	font-size: 150%;
	font-weight: bold;
	padding-top: 1em;
	clear: both;
}
h2, h2 a, h2 a:link,  h2 a:visited,  h2 a:hover,  h2 a:focus,  h2 a:active
{
	color: #94DE08;
	background-color: transparent;
}

h3
{
	font-size: 130%;
	font-weight: bold;
	padding-top: 1em;
	clear: both;
}
h3, h3 a, h3 a:link,  h3 a:visited,  h3 a:hover,  h3 a:focus,  h3 a:active
{
	color: #3559A0;
	background-color: transparent;
}

.Mark1
{
	font-weight: bold;
	color: #9AB34B;
	background-color: transparent;
}

.Mark2
{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #9AB34B;
}

.Mark3
{
	border: #9AB34B 1px solid;
	color: #9AB34B;
	background-color: transparent;
}

cite
{
	display: block;
	border: #ABADAC 1px solid;
	margin-top: 0.5em;
	padding: 0.3em;
	color: #555555;
	background-color: #E1E6E9;
}
code
{
	display: block;
	border: #ABADAC 1px solid;
	margin-top: 0.5em;
	padding: 0.3em;
	font-family: 'Courier New' , monospace;
	color: #555555;
	background-color: #E1E6E9;
}

.Signature
{
	text-align: right;
	color: #555555;
	background-color: transparent;
}

.Date
{
	color: #555555;
	background-color: transparent;
}

table.Table
{
	width: 100%;
	border: solid 1px #CCCCCC;
	padding: 1px;
	margin: 1em auto 0;
}
table.Table td,
table.Table th
{
	padding: 2px 4px;
}
table.Table thead
{
	background-color: #262A2A;
	color: #EAEAEA;
	font-weight: bold;
}
table.Table a
{
	color: #262A2A;
}
table.Table tr.last
{
}
table.Table tr.expires,
table.Table tr.expires a
{
	color: #BBBBBB;
}
table.Table tr.disabled,
table.Table tr.disabled a
{
	color: #9F1313;
}

.ImageLeft
{
	float: left;
	margin: 0.2em 0.5em 0.2em 0;
	border: 1px solid #ABADAC;
}

.ImageRight
{
	float: right;
	margin: 0.2em 0 0.5em 0.2em;
	border: 1px solid #ABADAC;
}

.ImageCenter
{
	display: block;
	margin: 0.2em auto;
	border: 1px solid #ABADAC;
}

.External
{
	background: url(/images/external.png) center right no-repeat;
	padding-right: 13px;
}
