﻿body {
background-color: #FFFFFF;
background-repeat: repeat-x;
    background-image:url('images/ltbg.png')   
     }
table {
	background-color:white
}
.style1 {
	background-image;background-image:url('images/header-red.png');
}
.style2 {
	font-family: Verdana;
	font-size: large;
	color: #FFFFFF;
}
.style3 {
	font-size: medium;
}
.style4 {
	text-align: center;
	color: #FFFFFF;
}
#headerlinks a:link {color: #ffffff; text-decoration:none}     /* unvisited link */
#headerlinks a:visited {color: #ffffff; text-decoration:none}  /* visited link */
#headerlinks a:hover {color: #ffffff; text-decoration:underline}   /* mouse over link */
#headerlinks a:active {color: #ffffff; text-decoration:none}   /* selected link */#regtable {
	border-left:thin black solid;
	border-right:thin black solid;
	border-top:thin black solid
	}
#bodylinks a:link {
	
	color:#336699;
	text-decoration:none
}
#bodylinks a:visited {
	color:#336699;
	text-decoration:none
}
#bodylinks a:hover {
	color:#336699;
	text-decoration:underline
}	
	
#bodylinks a:active {
	color:#336699;
	text-decoration:none
}
.bodylinks a:link {
	
	color:#336699;
	text-decoration:none
}
.bodylinks a:visited {
	color:#336699;
	text-decoration:none
}
.bodylinks a:hover {
	color:#336699;
	text-decoration:underline
}	
	
.bodylinks a:active {
	color:#336699;
	text-decoration:none
}
.topComment {
	font-size:15px;
	color:#333333;
	padding:6px
}
.bodyComment {
	color:#333333;
	padding:6px;
	font-size:14px
}
.dateComment {
	font-size:small;
	padding:6px;
	color:#666666
}
.commentBox {
	width:500px;
	margin-left:auto;
	margin-right:auto;
	border:1px #CCCCCC solid;
	margin-bottom:10px;
	text-align:left;
	font-family:"Times New Roman"
}