body

	{		
		background-color: #000000;
		background-image:url(/image/bg.jpg);
		background-repeat: no-repeat;
  		background-position: top center;
		color: #ffffff;
	}




.table 

{
	color: #ffffff;
   margin: auto;
   width: 50% !important; 
max-width:100%;
white-space:nowrap;
}

#container
	
	{
		width: 407px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		line-height: 135%;
	}

#logopad
	{
		padding-left:3em;
	}
	
#centertext
	{
		text-align: center;
	}
	
#justifylinks
	{
		text-align: justify;
	}



h1 	{ 
		font-family: verdana;
		font-size: 90%;
	}
	
h2	{
		font-weight: bold;
		font-family: verdana;
		font-size: 95%;
	}

h5	{
		font-weight: bold;
}
	
a:link 

	{ 
		color: #c2c2c2;
		text-decoration: none;
	}

a:visited 

	{ 
		color: #c2c2c2;
	}

a:hover 

	{ 
		color: #9c9c9c;
	}

a:active 

	{ 
		color: #c2c2c2;
	}

table
	{
	line-height: 100%;
	width: 150%
	}

img
	{
	border-color: black;
	}

    h5 {
    font-size: 99%;
    }


@media (min-width: 768px) {
    .container {
	font-size: 90%;
    }
	tr {
	line-height: 100%;
	}


} 

@media (min-width: 992px) {
    .container {
	font-size: 90%;
	
    }
	tr {
	line-height: 75%;
	}

} 
@media (min-width: 1200px) {
    .container{
	font-size: 80%;
    }
	tr {
	line-height: 75%;
	}


}
.smallemail {

font-size: 95%;

}