.copy {
	font-family: arial;
	font-size: 12px;
	color: #000000;
}

.copyItalic {
	font-family: arial;
	font-size: 12px;
	color: #000000;
	font-style: italic;
}
.copySmall {
	font-family: arial;
	font-size: 10px;
	color: #000000;
}

.copySmallW {
	font-family: arial;
	font-size: 10px;
	color: #ffffff;
}


.copyDk {
	font-family: arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

.copyBold {
	font-family: arial;
	font-size: 14px;
	color: #000066;
	font-weight: bold;
}

.copyBoldR {
	font-family: arial;
	font-size: 14px;
	color: #990000;
	font-weight: bold;
}

A.copyLink:LINK {
	color: #990000;
	text-decoration: underline;		
}
A.copyLink:Visited {
	color: #990000;
	text-decoration: underline;		
}
A.copyLink:ACTIVE {
	color: #990000;
	text-decoration: underline;	
}
A.copyLink:Hover {
	color: #006699;
	text-decoration: underline;	
}

A.copyLinkSmall:LINK {
	color: #990000;
	text-decoration: underline;
	font-size: 10px;		
}
A.copyLinkSmall:Visited {
	color: #990000;
	text-decoration: underline;
	font-size: 10px;		
}
A.copyLinkSmall:ACTIVE {
	color: #990000;
	text-decoration: underline;
	font-size: 10px;	
}
A.copyLinkSmall:Hover {
	color: #006699;
	text-decoration: underline;
	font-size: 10px;	
}

A.boldLink:LINK {
	font-family: arial;
	font-size: 12px;
	color: #990000;
	font-weight: bold;	
}
A.boldLink:Visited {
	font-family: arial;
	font-size: 12px;
	color: #990000;
	font-weight: bold;	
}

A.boldLink:Hover {
	font-family: arial;
	font-size: 12px;
	color: #006699;
	text-decoration: underline;
}


body {
	background-color: ##CCCCCC;
}

.formButton {
	border: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 700;
	color: #ffffff;
	background-color: #990000;
	padding: 2px;
}

.imgpad {
padding: 6px;
}
