/*  www.servicemailersinc.com
/*  Default CSS styles that came over with the Service Mailers site
*/
p { font-family: verdana,arial; font-size: 10pt; }
body { font-family: verdana,arial; font-size: 10pt; scrollbar-face-color: #263D66; scrollbar-shadow-color: #FAEAEA; scrollbar-highlight-color: #006699; scrollbar-3dlight-color: #95A2CD; scrollbar-darkshadow-color: #95A2CD; scrollbar-track-color: #3A5B98; scrollbar-arrow-color: #FAEAEA; }
td { font-family: verdana,arial; font-size: 10pt; }
.logo { font-family: verdana,arial; font-size: 8pt; color: #304C7E; }
font {
	font-family: verdana,arial; font-size: 10pt;
}
/*
Combo class:
This formats the form elements.
*/
.Combo {
	font-family: verdana,arial; font-size: 8pt;
}


/*  "TITLE" Class:
	This is for the header at the top of the page.
*/
DIV.title {
	font-family: verdana,arial;
	font-size : 18px;
	font-weight : bolder;
}
/*  Links:
	These are for all of the links on the site that
	do not already have custom classes 
	attributed to them.
*/
A:LINK {
	font-family: verdana,arial;
	font-size : 10px;
	font-weight : bold;
}
A:ACTIVE {
	font-family: verdana,arial;
	font-size : 10px;
	font-weight : bold;
}
A:VISITED {
	font-family: verdana,arial;
	font-size : 10px;
	font-weight : bold;
}
A:HOVER {
	font-family: verdana,arial;
	font-size : 10px;
	font-weight : bold;
}
/*  "biglink" class:
	This is for the links on the page that need to
	really stand out, such as *gasp* the links page!
*/
A.biglink:LINK {
	font-family: verdana,arial;
	font-size : 14px;
	font-weight : bold;
	color : #641b15;
}
A.biglink:ACTIVE {
	font-family: verdana,arial;
	font-size : 14px;
	font-weight : bold;
	color : White;
	text-decoration: none;
	background-color: #95a2cd;
}
A.biglink:VISITED {
	font-family: verdana,arial;
	font-size : 14px;
	font-weight : bold;
	text-decoration: none;
	color : #641b15;
}
A.biglink:HOVER {
	font-family: verdana,arial;
	font-size : 14px;
	font-weight : bold;
	text-decoration: none;
	color : White;
	background-color: #95a2cd;
}
/*  "footer" class:
	These are strictly for i_footer.asp included
	at the bottom of every page.
*/
A.footer:LINK {
	font-family: verdana,arial;
	font-size : 10px;
	font-weight : bold;
	color : Maroon;
}
A.footer:ACTIVE {
	font-family: verdana,arial;
	font-size : 10px;
	font-weight : bold;
	text-decoration: none;
	color: #6495ED;
}
A.footer:VISITED {
	font-family: verdana,arial;
	font-size : 10px;
	font-weight : bold;
	color : Maroon;
}
A.footer:HOVER {
	font-family: verdana,arial;
	font-size : 10px;
	font-weight : bold;
	text-decoration: none;
	background-color: #F5F5F5;
}

