/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

p{
	border:0px solid #ccc;
}
/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 27pt;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:3px 3px 3px 5px;
	border-bottom:3px solid #ccc;
	color:#003399;

}

h2 {
	font-size: 13pt;
	background-color:#eee;
	padding:3px 3px 3px 15px;
	border:1px solid #ccc;
	color:#222;
	-moz-border-radius-bottomright: 8px; -webkit-border-bottom-right-radius: 8px; 	
	-moz-border-radius-topleft: 8px; -webkit-border-top-left-radius: 8px; 
}

h3 {
	font-size: 11pt;
}

h4 {
	font-size: 12pt;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Lists
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {

}

#mainmenu
{
	margin-left:20px;
}

#mainmenu li
{
	margin:5px 0px;
	padding:5px 0px;
	list-style-position:outside;
}

#mainmenu ul
{
	margin-left:20px;
}


/* Text styles ---------------------------------------------------------------------------------------------------- */

.mainlinks
{
	font-size:11pt;
}

.textsmall
{
	font-size:8pt;
}

.txtgrey
{
	color:#999999;
}
