/* Document Setup
--------------------------------------------------------------------------------------- */

body {

}

#doc {
	width: 810px;
	margin: 20px auto;
	text-align: left;	
}

#doc, form, textarea, input, select, option {
	font-size: 10px;
	line-height: 160%;
	font-family: arial, verdana, sans-serif;
	color: #333;
}

.nlorf {
	line-height: 0px;
	font-size: 0px;
}

/* Forms
--------------------------------------------------------------------------------------- */	

form, textarea, input, select, option {

}

/* Tables
--------------------------------------------------------------------------------------- */	

table {
	width: 100%;
}

table, tr, td {
	border-collapse: collapse;
}

td {
	vertical-align: top;
}

/* Nav
--------------------------------------------------------------------------------------- */

#nav {

}

/* Links
--------------------------------------------------------------------------------------- */	

a, a:link, a:visited {
	color: #222244;
}

a:hover, a:focus {
	color: #2244dd;
}

/* Floating
--------------------------------------------------------------------------------------- */	

.left	{ float: left; }
.right	{ float: right; }
.clear 	{ clear: both; }

/* Headings
--------------------------------------------------------------------------------------- */	

h1 { font-size: 200%; line-height: 200%; }
h2 { font-size: 120%; line-height: 120%; }

/* User Feedback Messages 
--------------------------------------------------------------------------------------- */	

.message 	{ padding: 5px; }

.success	{ background: #44dd55; color: #fff; }
.error 		{ background: #ff5544; color: #fff; }
.neutral	{ background: #ffeecc; color: #444; }