/* Fonts */
address,blockquote,body,caption,center,dd,dir,div,dl,dt,form,menu,ol,p,th,td,ul,textarea,input,select {
	color : #3D3D3D;
	font-family : Arial,Helvetica,sans-serif;
	font-size : 12px;
}

/* Elements */
a,
a:link,
a:visited,
a:active{
	color : #3D3D3D;
	text-decoration : underline;
}

a:hover{
	color : #3D3D3D;
	text-decoration : none;
}

form{
	margin : 0;
	padding : 0;
}

h1,h2,h3,h4,h5,h6{
	font-family : Arial,Helvetica,sans-serif;
	font-weight : bold;
}

h1{
	font-size : 18px;
}

h2{
	font-size : 16px;
}

h3{
	font-size : 14px;
}

h4{
	font-size : 12px;
}

h5{
	font-size : 10px;
}

h6{
	font-size : 8px;
}

/*Classes*/
td#latestpostings{
	color:#197109;
	font-weight: bold;
}
.author{
	font-style: italic;
}
td#sidebar table.infobox{
	border: 1px solid #9C9C9C;
}
.minitext{
	font-size: 11px;
}
td.footer {
	color: #5E5E5E;
	font-size: 10px;
}
td.footer a,
td.footer a:link,
td.footer a:visited,
td.footer a:active{
	color : #5E5E5E;
	text-decoration : none;
}

td.footer a:hover{
	color : #5E5E5E;
	text-decoration : underline;
}
.copyright{
	padding-right: 20px;
}
.header{
	font-weight: bold;
}
table.bulletlist td a,
table.bulletlist td a:link,
table.bulletlist td a:visited,
table.bulletlist td a:active{
	color : #3D3D3D;
	text-decoration : underline;
}

table.bulletlist td a:hover{
	color : #3D3D3D;
	text-decoration : none;
}
