A#viewMore {
	color: blue;
}
A#viewMore:visited {
	color: blue;
}

img.screenshot {
	border : 1px solid Black;
}
BODY {
	background-color : #FFFFFF;
	margin: 0, 0, 0, 0;
	font-family : Verdana, Georgia, Helvetica;
}

.ErrorString {
	font-size: 11px;
	color: red;
}
.SuccessString {
	font-size: 11px;
	color: blue;
}
.smallText {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
}
.CatalogTitle {
	font-size : 18px;
	color : #000000;
	font-family : Georgia, Verdana, Helvetica;
	font-weight: bold;
}
p.size10m {
	font-size : 10px;
	color : #333333;
	font-family : Verdana, Georgia, Helvetica;
	margin-right : 5px; 
	margin-left : 5px; 
	margin-top : 5px; 
	margin-bottom : 5px; 
}
p.activeStep {
	font-size : 11px;
	font-family : Verdana, Georgia, Helvetica;
	font-weight : bold;
	color : blue;
}
p.inactiveStep {
	font-size : 11px;
	font-family : Verdana, Georgia, Helvetica;
	font-weight : bold;
	color : cccccc;
}
LineThrough { text-decoration : line-through; }
p.otitle {
	font-size : 13px;
	color : #333333;
	font-family : Verdana, Arial, Helvetica;
	font-weight: bold;
	margin-top : 10px; 
	margin-bottom : 10px; 
}
.alert {
	border: 2px solid Red;
	padding: 10px;
}
.loginField {
	width: 130px;
}
