/* Created for Lighting Solutions 12.04
	by Ravine Design and Advertising
	author: Stephanie Heil
	
	Please document all styles and modifications.
*/



/*----------------default styles---------------*/

/* default styles for text within <td>, <p>, <b>, and <i> respectively */
td		{ font-family: Arial, sans-serif; font-size: 11px; color: #000000;}
p		{ font-family: Arial, sans-serif; font-size: 11px; color: #000000;}
b		{ font-family: Arial, sans-serif; font-weight: bold; font-size: 11px; color: #000000;}
i		{ font-family: Arial, sans-serif; font-style: italic; font-size: 11px;  color: #000000;}


/*----------------special text styles---------------*/

/* regular text, but 12 px. */
.twelve		{ font-family: Arial, sans-serif; font-size: 12px; color: #000000;}

/*Bold Red text*/
.bRed
{ font-family: Arial, sans-serif; font-size: 14px; color: #330000; font-weight: bold;}



/*BOLD BLUE*/
.bText
{ font-family: Times New Roman, serif; font-size: 12px; color: #190578; letter-spacing: 1px; font-weight: bold;}


/*text in footer area that isn't linked */
.footer
{
	font-family: Arial, sans-serif;
	color: #808080;
	font-size: 11px;
}


/* controls form element presentation in browsers*/
.sizefix 
{
	font-family: Courier, mono;
	background-color: #FFFFFF;
	height : 16px;
}


/* gray background */
.bg1
{
	background-color: #CCCCCC;
}

/* blue background */
.bg2
{
	background-color: #9999CC;
}

/* white background */
.bg3
{
	background-color: #FFFFFF;
}

/* black background */
.bg4
{
	background-color: #000000;
}

/*----------------special link styles---------------*/
/*style for  reg. links.*/
a:hover { font-family: Arial, sans-serif; color: #0000FF; text-decoration: underline; font-size: 11px; } 
a:link  { font-family: Arial, sans-serif; color: #0000FF; text-decoration: underline;  font-size: 11px; } 
a:visited { font-family: Arial, sans-serif; color: #0000FF; text-decoration: underline;  font-size: 11px;} 
a:active { font-family: Arial, sans-serif; color: #0000FF; text-decoration: underline; font-size: 11px; }


/*style for  footer links.*/
a.footer:hover { font-family: Arial, sans-serif; color: #808080; text-decoration: underline; font-size: 11px; } 
a.footer:link  { font-family: Arial, sans-serif; color: #808080; text-decoration: underline;  font-size: 11px; } 
a.footer:visited { font-family: Arial, sans-serif; color: #808080; text-decoration: underline;  font-size: 11px;} 
a.footer:active { font-family: Arial, sans-serif; color: #808080; text-decoration: underline; font-size: 11px; }



