/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 12px/1.5 Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a	{
	text-decoration: none; color: #5f81de;
	}
	
a:hover{
	text-decoration: underline;
	}

a:focus {
	outline: 1px dotted;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 22px;
	font-weight: normal;
	color: #5f81de;
}

h2 {
	font-size: 20px;
	font-weight: normal;
	color: #5f81de;
}

h3 {
	font-size: 18px;
	font-weight: normal;
	color: #5f81de;
}

h4 {
	font-size: 16px;
	font-weight: normal;
	color: #5f81de;
}

h5 {
	font-size: 14px;
	font-weight: normal;
	color: #5f81de;
}

h6 {
	font-size: 13px;
	font-weight: normal;
	color: #5f81de;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 12px; margin-bottom: 5px;
}

p,
h1,
h2,
dl,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 25px;
}


h3,
h4,
h5,
h6 {
	margin-bottom: 10px;
}

			
.bold		{
			font-weight: bold;
			}

textarea	{
			height: 11px;
			font-size: 10px;
			color: #666666;
			background: #fff;
			border: #a5a5a5 1px solid;
			padding: 2px;
			padding-left: 4px;
			margin-bottom: 3px;
			font: 10px verdana,arial,sans-serif;
			}			


input		{
			font-size: 10px;
			color: #666666;
			background: #fff;
			border: #a5a5a5 1px solid;
			padding-left: 4px;
			}			
			
input submit
			{
			float: left;
			width: 120px;
			height: 100px;
			color: #fff;
			font-size: 12px;
			font-weight: bold;
			padding: 0px;
			padding-left: 0px;
			margin-left: 15px;
			}		
