body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size:12px;
  background-image:url(../images/bg.gif);
  
  }

.tblcol {
	border-collapse:collapse;
}

h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 15px; }
h4 { font-size: 13px; }
h5 { font-size: 12px; }

.input {
	background-color:#DB1A1D;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color:#FFFFFF;
}

a:link,a:visited,a:active { color:#000000;  }
a:hover {
	color: #DB1A1D;

}

a.menu:link,a.menu:visited,a.menu:active { color:#000000; text-decoration:none; padding: 7px; }
a.menu:hover {
	color: #FFF;
	background-color: #DB1A1F;
	padding: 7px;
	text-decoration:none;
}

a.grey:link,a.grey:visited,a.grey:active { color:#999999; text-decoration:none; }
a.grey:hover {
	color: #999999;
	text-decoration:underline;
}
a.redlink:link,a.redlink:visited,a.redlink:active { color:#DB1A1D; text-decoration:underline; }
a.redlink:hover {
	color: #DB1A1D;
	text-decoration:underline;
}
a.whtlink:link,a.whtlink:visited,a.whtlink:active { color:#FFF; text-decoration:underline; }
a.whtlink:hover {
	color: #FFF;
	text-decoration:underline;
}

a.plain:link,a.plain:visited,a.plain:active { text-decoration:none; }
a.plain:hover {
	color: #000;
	text-decoration:none;
}
/* text styles */

.redtext {color:#DB1A1D;}

/*elements*/

.photo {
	border:1px solid #CCCCCC;
	margin: 6px;
	padding: 6px;
	background:#FFFFFF;
}

.menutbl {
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	border-top-width: 1px;
	border-bottom-width: 1px;
	
}

.dotgreybot {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;

}
.dotgreyleft {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
}
.dotred{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #DB1A1D;

}
.dotgrey{
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;

}
.footertxt {
	color:#999999;
	text-align:center;
	padding-bottom:19px;
}

.dottedbord {
border:#CCCCCC dotted 1px;
}
.tbldottedbg {
	border:#CCCCCC dotted 1px;
	background-color: #FFF4F4;
}
	
.redbg {background-color:#FF0000; color:#FFFFFF; padding:4px;}
.whtbg {background-color:#FFFFFF; padding:4px;}	
.blackbord {
	border:3px solid #CCCCCC;
}
.content {padding:15px; margin:15px;}