/* ---------- */ 
/* Welcome to mrSimpkins.css */
/* ---------- */ 

html {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000; /* grey */
}

h1, h2, h3, h4, h5, h6, form, ul, ol, dl {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
	display: inline;
}

input[type="text"], input[type="password"], input[type="select"], input[type="submit"], input[type="reset"], input[type="button"], textarea, select, button {
	margin: 1px 0;
	padding: 1px;
	border: 1px solid #ccc;
	color: #444;
	-moz-border-radius: 5px;
}

option {
	padding: 0 1em 0 0;
}

a, .link {
	color: blue;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

a:link, a:visited, .link:link, .link:visited {
}

a:hover, .link:hover {
	color:#f00;
	text-decoration: underline;
}
 
a.help {
	cursor: help;
}

.lnk {
	cursor: pointer !important;
	cursor: hand;
}


h1, h1 * {
	font-size: 16px;
	font-weight: bold;
}

h2, h2 * {
	font-size: 14px;
	font-weight: bold;
}

h3, h3 * {
	font-size: 12px;
	font-weight: bold;
}

h3.outline {
	border: 1px solid #808080;
	line-height: 2em;
	padding: 2px 10px;
}

h5 {
	font-size: 11px;
	font-weight: normal;
}

h6 {
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
}

small {
	font-size: 10px;
}

.title {
	display: block;
	color: red;
	font-size: 20px;
	font-weight: bold;
}

.section {
	color: red;
	font-weight: bold;
	display: block;
	width: 256px;
	height: 30px;
	line-height: 30px;
	background: url(../media/title.png) top no-repeat;
}

img {
	border: 0;
}

dl {
}

ul {
	list-style: outside;
	margin: 0.5em 0 0.5em 1.5em;
	padding: 0;
}

ol {
	margin: 1em 2em 1em 2em;
	padding: 0 1em;
}

ol li {

}

table {
	border-collapse:collapse;
}

td {
	vertical-align: top;
}

.center {
	text-align: center;
}

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

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

/* ---------- */

