/*	960 Grid System ~ Text CSS.  Learn more ~ http://960.gs/
	Licensed under GPL and MIT. */

/* Basic HTML */
body, body a {
	font: 11px Arial,Helvetica,sans-serif;
	color: #5C6A76;
	line-height:1.4;
}
a {
	font: bold 10px Arial,Helvetica,sans-serif;
	color: #1F6EAC;
	text-decoration:none;
}
a:hover {
	text-decoration: none;
}
a:focus {
	outline: 1px dotted invert;
}
hr {
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

/* Headings */
h1, h1 a {
	font-size: 22px;
}
h2, h2 a {
	font-size: 16px;
	font-weight:normal;
}
h3, h3 a {
	font-size: 14px;
	font-weight: bold;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 11px;
}
h6 {
	font-size: 10px;
}

/* Spacing */
ol {
	list-style: decimal;
}
ul {
	list-style: disc;
	color:#00C0EC;
	font-weight:bold;
	font-size:16px;
	padding:4px 0 7px;
}
li {
	padding:3px 0 4px;
	margin:0 0 0 15px;
	font-weight:normal;
	font-size:12px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
address,
fieldset {
	margin: 0 0 10px;
}
table {
	margin: 0;
}

input, select, textarea{	font: bold 10px Arial,Helvetica,sans-serif;
	color:#1F6EAC;
	border:1px solid #8C9FAE;
	padding: 1px 3px 2px;
}
input{
	padding: 2px 3px 3px;
}
.grid_4{
	width:280px;
}
.grid_4_alt{
	width:320px;
}
.grid_2{
	width:135px;
}
.grid_4 input, .grid_4 select, .grid_4 textarea{	width:272px
}
.grid_4 select{
	width:280px
}
.grid_2 input, .grid_2 select, .grid_2 textarea{	width:117px
}
.grid_2 select{
	width:120px
}

