/* Real styles */
html, body {
	margin: 0;
	padding: 0;
	height: 100%
}

body {
	background: #EF7F00 url('/background.gif') repeat;
	color: #cc6633;
	cursor: default
}

/* GLOBAL FONT */
address, blockquote, body, caption, dd, dir, div, dl, dt, 
form, h1, h2, h3, h4, h5, h6, ol, p, td, th, ul, #menu { 
	font: 16px/1.46em Tahoma,Arial,sans-serif }

/* TAG STYLES */
address { font-style: normal }
b { font-weight: bolder }
big, .big, .slogan { 
	font: bold italic small-caps 1.64em Tahoma,Arial,sans-serif; }
body { cursor: default }
button { cursor: pointer }
blockquote { 
	padding: 5px 10px 5px 10px; 
	margin: 0px 0px 6px 0px; 
	font-style: italic; 
	font-weight: bold; 
	-moz-border-radius: 8px }
center, .center { text-align: center; margin: 0 auto }
em, i, cite, var { font-style: italic }
hr { border: 1px solid #006699; clear: both }
img { border: none }
code, kbd, pre, samp, tt { font: 1em monospace }
p { margin: .5em 0 1em; line-height: 1.5em; }
p.indent { margin: .5em 3em 1em 1.5em; font-size: 0.9em; font-style: italic }
small, .small { font-size: 0.82em }
small a, .small a { padding: 0 }
strong { font-weight: bold }
s, strike, del, .strike, .del { text-decoration: line-through !important }
sub { font-size: 0.75em; vertical-align: sub }
sup { font-size: 0.75em; vertical-align: super }
u, ins {	text-decoration: underline }

/* Tool Tip Titles */
abbr[title], acronym[title], label[title] {
  border-bottom: 1px dotted; 
  cursor: help }
  	
/* HEADINGS */
h1 { margin: .82em 0 .5em 0;
	font: bold 2em/.82em Tahoma,Arial,sans-serif;
	letter-spacing: -2px }
h1.center { margin-bottom: 20px }
h2 { margin: 1em 0 .5em 0;
	font: bold small-caps 1.8em/.78em Tahoma,Arial,sans-serif; }
h3 { margin: 1em 0 .5em 0;
	font: bold 1.4em Tahoma,Arial,sans-serif; }
h4 { margin: 1em 0 .5em 0;
	font: bold 1.28em Tahoma,Arial,sans-serif }
h5 { margin: 1em 0 .5em 0;
	font: bold 1.18em Tahoma,Arial,sans-serif }
h6 { margin: .5em 0;
	font: bold 1em Tahoma,Arial,sans-serif }



/* Real styles */
FIELDSET {
	padding:8px 8px 2px 8px;
}
HTML>BODY fieldset {
	padding:4px 8px 6px 8px;
	-moz-border-radius:8px 8px 8px 8px;
}
TABLE {
	border: 0px;
	border-collapse: collapse;
	empty-cells: show;
	width:100%;
}
TD {
	padding: 0px;
	vertical-align: top;
}
IMG {
	vertical-align: middle;
	border:0px;
}
FORM {
	padding: 0px;
	margin: 0px;
}
