/* Pollocks Styles - CSS Document */
A:link { text-decoration: none; color:#333333 } 
A:visited { text-decoration: none; color:#333333 } 
A:hover { text-decoration: underline; color:#333333 } 
A:link.email { text-decoration: none; color:#006699 } 
A:visited.email { text-decoration: none; color:#006699 } 
A:hover.email { text-decoration: underline; color:#006699 } 
select {font-family: Arial; font-size: 12px; color:#666666;}
input {font-family: Arial; font-size: 12px; color:#666666;}
textarea {font-family: Arial; font-size: 12px; color:#666666;}

.style1 {
	font-family: Arial;
	font-size: 12px;
	color: #333333
}
.style1_white {
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
}
.style2 {
	font-family: Arial;
	font-size: 14px;
	color: #333333
}
.style3 {
	font-family: Arial;
	font-size: 16px;
	color: #333333
}
.style_small {
	font-family: Arial;
	font-size: 11px;
	color: #333333
}
.style_error {
	font-family: Arial;
	font-size: 14px;
	color: #ff0000
}
.heading {
	font-family: Times New Roman;
	font-size: 18px;
	color: #333333
}

