@charset "utf-8";
/* CSS Document */

body {
	background-color:#CCC;
	color:#333;
	font-family: Verdana;
	font-size: 11px;
	margin: 50px 50px;
	padding: 0px;
	height:100%;
}
.clear{clear:both;}
* {
	margin: 0px;
	padding: 0px;
}

h1{
	color:#271D5A;
	font-size:18px;
	font-family: Verdana;
	text-align: left;
	letter-spacing:1.5px;
	font-weight:bold;
}

h2{
	color: #271D5A;
	font-size:14px;
	font-family: Verdana;
	text-align: left;
	letter-spacing:1.2px;
	padding-top:10px;
	padding-bottom:10px;
}

p{
	color: #000;
	font-size:11px;
	font-family: Verdana;
	color:#333;
	text-align: justify;
}

#container {
	width: 750px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
}

#navbar {
	position: relative;
	right:-170px;
	top:-33px;
	height:46px;
}

/*Content */


#content {
    background-repeat:no-repeat;
	height:22px;
	width: 750px;
	background-position: center;	
	position: relative;
	top:-35px;
}

hr.ruler {
	color:#F00;
	height: 1px;
	border: 0;
	background-color: #F00;
	text-align:left
}

vertical-line {
	display: inline;
	background-color: #F00;
	width: 50px;
	height: 50px;
}

ul {
	padding-left:18px;
	text-align:left
}

ol {
	padding-left:18px;
	text-align:left
}

a:link {
	color:#900;
	text-decoration:none;
}

a:visited {
	color:#900;
	text-decoration:none;
}

a:hover {
	color:#900;
	text-decoration:underline;
}

.writetexttablesmall {
	font-size:10px;
}

.tablepadding {
	padding:4px 4px 4px 4px;
}

a.print:link {
	font-size:9px;
	vertical-align:top;
	color:#900;
	text-decoration:none;
}

a.print:visited {
	color:#900;
	text-decoration:none;
}

a.print:hover {
	color:#900;
	text-decoration:underline;
}
