
a { color: #0b3966; text-decoration: none; }

a:hover { color: #000; text-decoration: underline; cursor: pointer; }

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 130%;
}

h1, h2, h3, h4, h5 {
	font-family: Arial , Helvetica, sans-serif;
	font-weight: normal;
}

h1 { font-size: 3em; }

h1, h2, h3, h4, h5, p, ul { margin: 6px 0; }

h2 { font-size: 2.1em; }

h3 { font-size: 1.8em; }

h4 { font-size: 1.1em; color: #636363; font-weight: bold; font-family: Tahoma; }

ul li, ol li { margin-left: 15px; margin-bottom: 3px; }

.button {
	padding: 3px 6px;
	border: 1px solid #000;
	font-variant: small-caps;
	background: #0b3966;
}

a.button:hover {
	background: #1f6dba;
	text-decoration: none;
}

.clr { clear: both; }

.inputbox {
	border: 1px solid #888888;
	padding: 2px;
	font-size: 12px;
	background: #fff;
}

.b {
	font-weight: bold;
}

.u {
	text-decoration: underline;
}

.white, .white a {
	color: #fff;
}

a.white:hover, .white a:hover {
	text-decoration: underline;
}

.f11 {
	font-size: 11px;
}

.f13 {
	font-size: 13px;
}

a.f13 {
	font-size: 13px;
}

a.nou {
	text-decoration: none;
}

a.nou:hover {
	text-decoration: underline;
}

small, .small {
	font-size: 11px;
}

strong a {
	font-weight: bold;
}

.grey {
	color: #a29999;
}

h2.grey {
	font-size: 16px;
	font-weight: normal;
	color: #666666;
	margin-bottom: 10px;
}




