/*TYPOGRAPHY
TEXT*/
DIV#local_2, DIV#local_2 P
{
	padding: 0;
}
BODY, P
{
	color: #fff;
	padding: 0;
	margin: 0;
}
IMG
{
	border: 0;
}
BLOCKQUOTE
{
	margin: 0;
}

PRE
{
	font-family: monospace;
	font-size: 1em;
}
STRONG, B
{
	font-weight: bold;
}
EM, I
{
	font-style: italic;
}
CODE
{
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	white-space: pre;
}
/*END TEXT
HEADINGS*/
H2
{
  padding: 0 0 14px 0;
  margin: 0;
  margin-top: -4px;
  #margin-top: -6px;
  font-size: 18px;
  font-weight: normal;
  text-align: left;
}
/*END HEADINGS
LINKS*/
#main A
{
  font-style: italic;
  text-decoration: underline;
  color: #fff;
}

DIV#footer P A, DIV#footer P A:link, DIV#footer P A:active, DIV#footer P A:visited, #design_link A:link, #design_link A:active, #design_link A:visited
{
	color: #acaaaa;
	text-decoration: none;
}
DIV#footer P A:hover, #design_link A:hover
{
	color: #ac7595;
	text-decoration: underline;
}
/*END LINKS
LISTS*/
UL, LI, OL, DL, DT
{
	padding: 0;
}
UL
{
	line-height: 1.5em;
	#height: 1.5em;
}
OL
{
	line-height: 1.4em;
	#height: 1.4em;
	margin: 0 0 1.5em;
}
OL LI
{
	font-size: 1em;
	margin: 0 0 0.25em 30px;
}
DL
{
	margin: 0 0 1.5em;
	line-height: 1.4em;
}
DL DT
{
	font-weight: bold;
	margin: 0.25em 0;
}
DL DD
{
	margin: 0 0 0 30px;
}
/*Optional image bullets*/
#main UL LI
{
/*
list-style-image: url(../img/bullet_11x8.gif);
margin-bottom: 0.5em;
font-size: 110%;
*/
}
/*END LISTS
TABLE*/
TABLE
{
}
TABLE CAPTION
{
}
TH
{
}
TD
{
}
/*END TABLE*/
HR
{
	width: 100%;
	border: 100% double #FF0606;
	height: 0px;
}
DIV.hr
{
	height: 1px;
	margin: 1.5em 10px;
	border-bottom: 1px dotted #000000;
}
