/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	margin-top: 25px;
	background-color: #666;
	background-image: url(../images/2.jpg);
}

a:link {
	color: #D10508;
	text-decoration: underline;
}
a:visited {
	color: #D10508;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}

a:active {
	color: #D10508;
	text-decoration: underline;
}

h1 {
	font-size: 35px;
	color: #D10508;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
      }
	  
h2 {
	font-size: 28px;
	color: #D10508;
	margin-bottom: 5px;
	margin-top: 0px;
      }
	  
 h3 {
	font-size: 25px;
	color: #999999;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0px;
	text-align: center;
      }
	  
 h4 {
	font-size: 20px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	
  }
  
  h5 {
	font-size: 20px;
	color: #FFFFFF;
	margin-top: 0px;
	text-align: center;
  }
  
  h6 {
	color: #990000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom:0;
	margin-top: 0px;
	
  }
  
  table.center {
    margin-left:auto; 
    margin-right:auto;
  }
  
 	
	p.center {text-align:center;	
	}
	
p.right {
	text-:right;
	}
	
img.left {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
img.right {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
img.center {display:block; margin:0px auto;}
  
.footer {
	text-align: center;
	font-size: 15px;
	color: #FFF;
}

.block {
	background-color: #FFF;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-top: 20px;
}



.space {
	line-height: 40px;
	
}

.lrg-red-font {
	font-size: 22px;
	color: #D10508;
}

/*Block*/
.roundbox-top
{    
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;    
    border-radius: 4px 4px 0 0;
}
.roundbox-bottom
{    
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.gridheader, .gridheaderbig, .gridheaderleft, .gridheaderright
{
	padding: 4px 4px 4px 4px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #D10508;
}
.gridheaderleft
{
    text-align: left;
}
.gridheaderright
{
    text-align: right;
}
.gridheaderbig
{    
    font-size: 135%;
}

.block-spacing
{
	padding: 5px;    
}
/*End Block*/