/*
=====DESKTOP PIXELS BASE STYLES=====
Created: Thursday, June 9, 2005
Last updated: June 10, 2006 
*/



@import url("dp_layout.css");
/*@import url("dp_desktops-nav.css");*/
@import url(sp_navigation-extra.css);
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #f00;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #993300;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #930;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF0000;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #333333;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin-bottom: -12px;
}
tr {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin-bottom: -12px;
}
 
 
 /*
 ============================
        BASE CLASSES
 ============================
 */
 
.clearLink a:link {
	text-decoration: none;
}
.clearLink a:visited {
	border: none;
}
.clearLink a:hover {
	border: none;
}
.clearLink a:active {
	border: none;
}
