/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height:13.3pt;
	color:#666666;
}

a:focus {
	outline: 1px dotted;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
hr.hr_dotted {
	border:none;
	border-top:1px dotted #999999;
	clear:both;
	height:1px;
	margin-top:5px;
	margin-bottom:5px;
}
/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 20pt;
	line-height:30pt;
	letter-spacing:0.5pt;
	color:#000000;
	text-transform:uppercase;
}

h2 {
	font-size: 14pt;
	line-height:26pt;
	color:#999999;
/*	text-transform:capitalize;*/
	font-weight:normal;
}

h3 {
	font-size: 8pt;
	color:#000000;
}

h4 {
	font-size: 8pt;
}

h5 {
	font-size: 8pt;
}

h6 {
	font-size: 8pt;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

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 {
	margin-bottom: 20px;
}

.float_left {
	float: left;
	margin: 0 10px 5px 0;
}
.float_right {
	float: right;
	margin: 0 0 5px 10px;
}
/* `Links
----------------------------------------------------------------------------------------------------*/

a {
	color:#006666;
}