body {
	margin: 0;
	padding: 0;
	background: #132144;
	font-size: 16px;
	text-align: none;
	color: silver;
}

body, th, td, input, textarea, select, option {
	font-family: Callibri, Arial, sans-serif;
}

h1, h2, h3 {
	text-transform: none;
	font-family: Callibri, Arial, sans-serif;
	font-weight: normal;
	color: silver;
}

h1 {
	letter-spacing: -1px;
	font-size: 1.8em;
	text-shadow: #000000 1px 1px 5px;
}

h2 {
	letter-spacing: -1px;
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 120%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #FFFFFF;
}

a:hover {
	color: #FFFFFF;
}

hr {
	display: none;
}



a.menu {
display: block;
padding: 5px;
background: #006;
text-decoration: none;
}

a.select {
display: block;
padding: 5px;
background: #fff;
text-decoration: none;
color: #333;
}

a.menu:hover {
display: block;
background: #4444ff;
	text-decoration: none;
}

/* Footer */

footer {
	clear: both;
	height: 136px;
	margin: 0 auto;
	background: url(images/img02.jpg) repeat-x left top;
	
}

p.footer{
	padding-top: 40px;
	text-transform: uppercase;
	border-top: 1px solid #121F41;
	text-align: center;
	font-size: 9px;
	font-family: Verdana, Helvetica, sans-serif;
	color: #9DB9D9;
}

a.footer:link {padding-top: 30px; text-decoration: none; color: #ddd;
}
a.footer:hover {color: #fff;
	padding-top: 30px;}
