/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background:url('img/NM.png') no-repeat;
	background-color: black;
	background-position: center 0%;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #303030;
	text-align:center;
}

h1, h2, h3 {
	font-family: Calibri, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: black;
}

h1 {
	letter-spacing: -1px;
	font-size: 1.8em;
}

p, ul, ol {
	margin-bottom: 1.6em;
	line-height: 180%;
	text-align:justify;
}

blockquote {
	font-style: italic;
}

ol {
}

a {
	color: #033D5D;
	text-decoration: none;
}

a:hover {
	color: #000000;
}

.url {
	text-decoration: none;
	color: #0077AA;
}

a.url:hover {
	color: #000000;
}

small {
}

hr {
	width: 90%; 
	text-decoration: none; 
	color: #E6E6E6;
	padding: 0;
	margin: 10px auto 30px auto;
	
}

table {
	margin:auto;
	border-collapse: collapse;
}

tr, td, th {
	text-align: center;
	color: #333333;
	padding: 5px 20px 5px 20px;
	border: 2px solid #777777;
	text-align: center;
}

tr.col, td.col, th.col {
	text-align: center;
	background-color:rgba(0, 100, 130, 0.12);
	padding: 5px 15px 5px 15px;
	border: 2px solid #777777;
	text-align: center;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}

/* Menu */

#menu {
	width:800px;
	background-color:rgba(255, 255, 255, 0.75);
	margin:0 auto 0 auto;
	border-radius: 10px 10px 0 0;
	padding:20px;
	margin-bottom:2px;
	text-align:center;
	font-family:Calibri, Trebuchet MS, Arial;
	font-size:33px; 
	text-decoration:none;
}

/* Content */

#page {
	width:800px;
	background-color:rgba(255, 255, 255, 0.75);
	margin:0 auto 0 auto;
	border-radius: 0 0 10px 10px;
	padding:20px;
	margin-bottom:2px;
}

.red
{
	color: #CC0000;
}
.blue
{
	color: #125F33;
}