@charset "utf-8";
/* CSS Document */

a:link.nav_link {  text-decoration: none;}
a:visited.nav_link {color: #B0B0B0; text-decoration: none;}
a:active.nav_link {color: #B0B0B0;  text-decoration: none;}
a:hover.nav_link {  text-decoration: underline;}

a {
	color: #ffffff;

}
.alternatetext {
	width: 600px;
	margin-left:auto;
	margin-right:auto;
	
}
p {
	text-align:left;
}
h2 {
	text-align:left;
}
.footer {
	line-height: 20px;
	color: #333333;
	font-size: 10px;
	text-align: center;	
}
.flashtext{
	font-size: 13px;
	text-align: center;	
	width: 600;
}
.size11 {
	font-size: 12px;
}
.size12 {
	font-size: 12px;

}
.size13 {
	font-size: 13px;
	font-weight: bold;
	text-align: center;	
}

.bold {
	font-weight: bold;
}	
.centered {
	text-align:center;
}
.red {color: #FF0000}

body {
	/* Page styling, unrelated to centering */
	background-color: #000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: small;
}



/* -- Code for vertical centering ----- */

* {
	margin: 0;
	padding: 0;
}

/* macs won't see this! \*/
html, body { 
     height:100%;
     width:100%;
}
/* END mac */

#outer {
	height:100%;
	width:100%;
	display:table;
	vertical-align:middle;
}

#container {
	display:table-cell;
	vertical-align:middle;
}

#inner {
	text-align: center;
	width: 50%;
	margin-left:auto;
	margin-right:auto;
}

