@import url(/css/layout.css);
@import url(/css/buckets.css);
@import url(/css/linkStyles.css);

/*-----------------------------------------------------------------------------
i saw you on tv dot com

basic.css

version:   5.0
author:    allan aguirre
email:     info@rileyagency.com
website:   http://www.allanaguirre.com - http://www.rileyagency.com
-----------------------------------------------------------------------------*/


/* reset whitespace */
* {
	padding: 0;
	margin: 0;
}


/* Body Style */
body {
 	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999;
	text-align: center;
	background-color: #000;
}


/* Text Styles */
.body,td,th {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color: #999;
}

.utilityNav { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	color: #999;
}

.footer {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

.btmNav {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

.btmNav2 {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #666;
	line-height:1.4em;
}
