/*-------------------
   ORGANIZE IT NOW
   Harv Craven Design
   Global Stylesheet
---------------------
HTML Styles
--------------------*/ 
body {
	margin: 0px;
	background: url(/assets/master/background.gif) #FFFFFF;
}
td {
	color: #333333;
	font: 12px Arial, Helvetica, sans-serif;
}
a:link, a:visited {
	color: #336699;
	text-decoration:none;
}
a:hover, a:active {
	color: #000000;
	text-decoration: none;
}
ul {
	color: #666666;
	font: 12px Arial, Helvetica, sans-serif;
    list-style-type: circle;
	padding-left: 17px;
}

td.content {
	border-left: solid 2px #CDCDCD;
	border-right: solid 2px #CDCDCD;
	border-bottom: solid 2px #CDCDCD;
	background: #FFFFFF;
}
h1 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color:#547bc2;
	padding-bottom: 10px;
}
h2 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color:#6ebb49;
}
/*--------------------
Custom Styles
--------------------*/
.footer {
	font: 11px Arial, Helvetica, sans-serif;
	color: #999999;
}
.footer a:link, .footer a:visited {
	color: #999999;
	text-decoration: none;
}
.footer a:hover, .footer a:active {
	color: #000000;
	text-decoration: none;
}

.selector {
	font: 11px Arial, Helvetica, sans-serif;
	color: #666666;
}
.red { 
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #CC0000;
	text-decoration: none;
}
.thumb {
	background:white;
	padding:2px;
	border:solid 1px #CCCCCC;
}
.thumb:hover {
	border: solid 1px #666666;
}
.uppercase {
	font: 10px Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #999999;
}
/*--------------------
Backgrounds
--------------------*/
.dotted {background: url(/assets/horLine.gif) left repeat-x;}
