.header {  
           background-image: url(images/black_02.png); 
           background-repeat: no-repeat;
}

.leftside {  
             background-image: url(images/black_05.png); 
             background-repeat: repeat-y;
}

.rightside {  
              background-image: url(images/black_07.png); 
              background-repeat: repeat-y;
}

body {  
        background-attachment: fixed; 
        background-color: DFDFDF; 
		background-image: url(images/bg_01.gif); 
		background-repeat: repeat-x; 
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
}
h1 {
        margin-left:25px;
		font-size: 24px;
		font-family: Georgia;
		color: #990000;		
}
h2 {
        margin-left:25px;
		font-size: 16px;
}

p {  
        font-family: Arial, Helvetica, sans-serif; 
        font-size: 13px;
}

.nav {  
        border: #888888; 
		border-style: dashed; 
		border-top-width: 1px; 
		border-right-width: 1px; 
		border-bottom-width: 1px; 
		border-left-width: 1px; 
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 10px; 
		color: #888888; 
		text-decoration: none;
}

.border {
	background:#DBDBDB;
	margin-bottom:10px;
}

.border td {
	vertical-align: middle;
	font-size:13px;
	padding:5px 1px;
}

.border td h1,.border td h2 {
	font-size:1em;
	font-weight:bold;
	color:#FF7F02;
}

.orange{
    font-size: 15px;
	color: #990000;	
	font-weight:bold;
}

.orangelink:link {
    font-weight:bold;
	TEXT-DECORATION: none;
	font-size: 15px;
	color: #990000;
}

.orangelink:visited {
	TEXT-DECORATION: none;
    font-size: 15px;
	color:#990000;
}

.orangelink:hover {
	font-size: 15px;
	color:#990000;
}

.greylink1:link  {font-size: 10px; color: #999999; text-decoration: none;}
.greylink1:visited {font-size: 10px; color: #999999; text-decoration: none;}
.greylink1:hover {font-size: 10px; color: #999999; text-decoration: underline;}

.greylink2:link  {font-size: 12px; color: #999999; text-decoration: none;}
.greylink2:visited {font-size: 12px; color: #999999; text-decoration: none;}
.greylink2:hover {font-size: 12px; color: #999999; text-decoration: underline;}

.whitelink:link  {color: #FFFFFF; text-decoration: none;}
.whitelink:visited { color: #FFFFFF; text-decoration: none;}
.whitelink:hover {color: #FFFFFF; text-decoration: none;}

.review{
	line-height: 130%;
	font-size: 13px
}
.review a{
	text-decoration: none;
	color:#333333;
}
.review a:hover{
	text-decoration: underline;
	color:#FF0000;
}

.blue:link  {font-size: 18px; text-decoration: underline;}
.blue:visited {font-size: 18px; text-decoration: underline;}
.blue:hover {font-size: 18px; text-decoration: underline;}
