@import url(layout.css);
@import url(menu.css);
body
{
	margin:0px;
	background: #CCCCCC url(../images/background.png) repeat-y center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	line-height:1.4em;
	color:#666666;
}

p
{
	margin:10px 0;
}

p.no-padding-no-margin
{
	padding:0;
	margin:0;
}
	
hr
{
	/* color: #999999; */
	background-color: #E5E5E5;
	height: 1px;
	border:0;
	border-top:dashed 1px #999999;
	margin:15px 0;
	_margin:10px 0;
}
	
blockquote
{
	padding:0 0 0 12px;
	margin:12px 0 0 0;
	background:url(../images/bg-quote.png) no-repeat;
}

blockquote p 
{
	margin:2px 0;
}
	
cite
{
	font-size:.85em;
	margin:0;
	padding:0 0 0 6px;
}

fieldset 
{
	padding:15px;
}
	
legend 
{
	color:#333333;
	padding:5px 3px 10px 3px;	
}

/* HEADINGS */
	
h1, h2, h3, h4, h5, h6 
{
	font-size:1.8em;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	line-height:1.1em;
	margin:5px 0;
}

h1 
{
	margin-bottom:0;
}

h1, h2 
{
	margin-top:0px;
}

h2 
{
	font-size:1.3em;
}

h3 
{
	font-size:1.1em;
}

h3.small 
{
	font-size:1.2em;
}

h4 
{
	font-size:1.1em;
}

h5 
{
	font-size:1.1em;
}

h6 
{
	font-size:1em;
}

/* LINKS */

a:link 
{
	color:#d61719;
	text-decoration:none;
}

a:visited 
{
	color:#980000;
	text-decoration:none;
}

a:hover 
{
	text-decoration:none;
}

a:active 
{
	color:#980000;
}