/* adds on or overwrites style2 */

BODY { 
	background-color: #CCCCCC;
	color: #000000;
	margin: 10px;
	padding: 10px;
	
	background-image: none;
	background-repeat: no-repeat;
}

#no_format { background-color: #EEEEEE; margin:0px; padding:1px; }
	
A, .link { color: #B1344C; }
A:visited { color: #B1344C; }
A, A:visited { text-decoration: none; }
A:hover, .link:hover { color: #D1546C; text-decoration: underline; }


.sm_maintable { 
	border: solid 1px black; background-color: #FFFFFF; width: 670px; height: 90%;
	background-image: url('/_graphics/images/slices_03.jpg');
	background-repeat: repeat-x;
}

.sm_maintable_header {
	height: 125px;
	background-image: url('/_graphics/images/slices_06.jpg');
	background-position: bottom;
	background-repeat: repeat-x;
}

