@import url(/css/linkStyles.css);


/*-----------------------------------------------------------------------------
omegaconstructiondfw 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: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333399;
	text-align: center;
	background: #fff;
	min-width: 900px;
}


/* Text Styles */
h1 {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #003366;
	padding-top: 15px;
}

h3 {
	font-size: 12px;
	font-weight: normal;
	color: #4d4d4f;
	padding-top:10px;
}

.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color: #333399;
}

.legalLine { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color: #333399;
}