body {
	background-image: url(../images/bg.gif);
	margin-top: 13px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
.dottedline {
	border-top: 1px none #474747;
	border-right: 1px none #474747;
	border-bottom: 1px dotted #474747;
	border-left: 1px none #474747;
}
.textbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
.redtextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #B32004;
	text-decoration: none;
}
.redtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #B32004;
	text-decoration: none;
}
.redlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #B32004;
	text-decoration: none;
}
.dottedlinevertical {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #474747;
	border-right-color: #474747;
	border-bottom-color: #474747;
	border-left-color: #474747;
}
.pad{padding-left: 8px;
	 margin-left: 8px;
	 padding-right: 8px;
	 margin-right: 8px;
}
h1{font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #CF1818;
	text-decoration: none;
	margin-bottom: 0px;
}
input{font-family: arial,sans-serif, monospace;
      background-color: #BFBDBD;
      font-size: 12px;
      color: #000000;
      border: 1px solid #6f6F6F;}
select{font-family: arial,sans-serif, monospace;
       background-color: #BFBDBD;
       font-size: 12px;
       color: #000000;
       width: 160px;
	   border: 1px solid #6f6F6F;}
textarea{font-family: arial,sans-serif, monospace;
	     background-color: #BFBDBD;
         font-size: 12px;
	     color: #000000;
         border: 1px solid #6f6F6F;}
a{	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #B32004;
	text-decoration: none;
}
a.redlink:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #B32004;
	text-decoration: none;
}
a.redlink:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #B32004;
	text-decoration: underline;}
	
.thumbnail {
    padding: 3px 3px 8px 3px;
	background-color: #222;
	border: 1px solid #2a2a2a;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}


