body {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-color: #750075;
	background-image: url(/images/sisco_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
.shadow_left {
	background-image: url(/images/shadow_left_repeat.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.shadow_right {
	background-image: url(/images/shadow_right_repeat.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.copyright {
	font-size: 12px;
	color: #C9C;
}
.copyright a {
	font-size: 10px;
	color: #C6C;
}
.main {
	background-color: #FFF;
}
.title {
	font-size: 18px;
	font-weight: bold;
	color: #630889;
}
.purple {
	font-size: 16px;
	font-weight: bold;
	color: #630889;
}
.purple_sm {
	font-size: 14px;
	font-weight: bold;
	color: #630889;
}
.blue_sm {
	font-size: 14px;
	font-weight: bold;
	color: #548DD4;
}
.red_sm {
	font-size: 12px;
	font-weight: bold;
	color: #F00;
}
