/* 	
			
		Copyright 2008 Byte Technology  
		
		http://www.byte-technology.com
		
		Byte Technology
		20 Ragsdale Drive, Suite 220
		Monterey, CA  93940
		
		Phone:	831.656.9178
		Fax:		831.855.0291

*/


/* Enter only CSS styles that are wanted to be seen in Contribute editing. Styles not needed to be edited or implemented by Contribute users should go in the Main.css. 
--------------------------------------------------------------------------- */

/* Image Floats
--------------------------------------------------------------------------- */

.PushLeft {
	float: left;
	margin: 0 10px 10px 0;
}

.PushRight {
	float: right;
	margin: 0 0 10px 10px;
}

/* Image Caption
--------------------------------------------------------------------------- */

.ImageCaption {
	color: #000000;
	font-size: 10px;
}

/* Text
--------------------------------------------------------------------------- */

.SmallText {
	font-size: 10px;
}

.Hot {
	color: #cc0000;
}

/* Horizontal Rule
--------------------------------------------------------------------------- */

.HorizontalRule {
	height: 1px;
	width: 100%;
	background: #333333;
}

/* Use this separator when adding new sets of styles
--------------------------------------------------------------------------- */

.attentionNeeded {
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
}












