/* CSS Document */



html, body, #wrapper {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
      text-align: center;
   }
   #wrapper {
      margin: 0 auto;
      text-align: left;
      vertical-align: middle;
      width: 760px;
   }
	
.bg_grey {
	background-color: #333333;
}
body {
	background-color: #000000;
	color: #FFFFFF;
}

p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#index {
	4border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}



a {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CC0000;
}
#logo {
	margin-top: 25px;
	margin-bottom: 25px;
}



.quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 18px;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 15px;
	color: #FFFFFF;
}
.description {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: justify;
}

.bold {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #cc0000;
}

table#navigation {
    background-color:#333333;   
	width: 760px;
}

table#navigation td {
    padding-top: 4px;
	padding-bottom: 2px;
	vertical-align:top;
	text-align:center;
	
}	
