﻿/* CSS Document */

body
{
	font-size: 0.72em;
	color: Black;
	font-family: Calibri, Arial, Sans-Serif;
	margin: 0px;
	line-height: 130%;
	background-color: #2c2c2c;
} 
input,select,textarea
{
    font-family: Calibri, Arial, Sans-Serif;
	font-size: 1em;
	color: #333333;
}
a
{
	text-decoration: none;	
	color: #0c75a0;
}
a:hover
{
	color: #c12424;	
}
img
{
	border: 0px;	
}
h1,h2,h3,h4,h5
{
	font-weight: normal;	
	margin-top: 0px;
	margin-bottom: 5px;
	font-family: Candara, Calibri, Arial, Sans-Serif;
}
h1
{
	font-size: 1.5em;
}
h2
{
	font-size: 1.2em;
	margin-bottom: 0px;
}
h3
{
	font-size: 1.1em;
}
h4
{
	font-size: 1em;
}
h5
{
	font-size: 1em;
}
p
{
	margin-bottom: 5px;
	margin-top: 0px;	
}
#content ul
{
	list-style-type: square;
	padding-left: 18px;
}
#content li
{
    padding: 1px;
}
