/* typography.css */

body { 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #3F0;
}

h2, h3, h4, p, ul, blockquote { 
	margin: 0 20px .75em;
}

h2, h3 { 
	margin-bottom: .15em;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: lighter;
}

h2 { 
	color: #F00;
	font-size: 1.25em;
	margin-bottom: .5em;
}

h3 { 
	color: #000;
	font-size: 1em;
	margin-bottom: .25em;
}

p { 
	color: #8c8d8e;
	font-size: .75em;
	font-weight: lighter;
}

.bold { 
	font-weight: bold;
}

#content_right h3 a{
	color: #000;
	font-size: .9em;
	margin-top: .7em;
}

#content_right p {
	color: #000;
	font-size: .75em;
	margin-top: .3em;
}

.date {
	color: #8c8d8e;
	font-size: .6em;
	margin-left: 20px;
	margin-top: .3em;
}

#site_info h2 {
	color: #000;
}

#support_us a {
	font-size: .9em;
	font-weight: bold;
	color: #fff;
	width: 260px;
}

.white { 
	color: #FFF;
}

.file-info{ 
	font-size: .75em;
	color: #999;
}

#site_map a {
	font-size: .7em;
	font-weight: bold;
	color: #FFF;
	margin-left: -20px;
	display: block;
	width: 180px;
}

#site_map h4 {
	font-size: 1em;
	font-weight: bold;
	color: #F00;
	margin-left: -0px;
	margin-bottom: .4em;
}

#site_map h4 a {
	font-size: 1em;
	font-weight: bold;
	color: #F00;
	margin-left: -0px;
	margin-bottom: .4em;
}

#site_map h2 {
	margin-top: .25em;
	margin-bottom: .25em;
}

#copyright h4 {
	color: #999999;
	font-size: .6em;
	margin-top: .2em;
	margin-bottom: .25em;
}



a:link, a:visited { 
	text-decoration: none;
}

a:link, a:visited { 
	color: #f90;
}

