body
{
	font-family: 'Century Gothic', RomanD, verdana, arial, 'sans serif';
	font-size: 16px;
	background-color: #ffffff;
	color: #333333;
}

h1
{
	font-size: 16px;
}

.bold
{
	font-weight: bold;
}

.purple
{
	color: #663366;
	font-weight: bold;
}

.pink
{
	color: #FF99CC;
	font-weight: bold;
}

.green
{
	color: #6E976B;
	font-weight: bold;
}

a:link
{
	color: #333333;
	text-decoration: none;
}

a:visited
{
	color: #333333;
	text-decoration: none;
}

a:active
{
	color: #666666;
	text-decoration: underline;
}

a:hover{
	color: #FF99CC;
}

table
{
	empty-cells: show;
	border-spacing: 0px;
}

ul
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

li
{
	background-image: url(purple-bullet.gif);
	background-repeat: no-repeat;
	background-position: 1em;
	padding-left: 3em;
	margin: 5px;
}

.testimonialsTable
{
	background-image: url(starburst.jpg);
	background-repeat: no-repeat;
}

.fabricCombo
{
	width: 220px;
	font-family: 'Century Gothic', RomanD, verdana, arial, 'sans serif';
	font-size: 16px;
	color: #333333;	
}

.fabricButton
{
	width: 220px;
	font-family: 'Century Gothic', RomanD, verdana, arial, 'sans serif';
	font-size: 16px;
	background-color: #FF99CC;
	color: #333333;
	border-color:#333333;
	border-width: 1px;
	border: 1px solid #333333;
}

.pageButton
{
	width: 100px;
	font-family: 'Century Gothic', RomanD, verdana, arial, 'sans serif';
	font-size: 16px;
	background-color: #FF99CC;
	color: #333333;
	border-color:#333333;
	border-width: 1px;
	border: 1px solid #333333;
}

.divBorder
{
	border-color:#333333;
	border-width: 1px;
	border-style: solid;
	border: 1px solid #333333;
	margin-left: 5px;
}

.pinkbg
{
	background-color: #FFAADD;
	text-align: left;
}

.purplebg
{
	background-color: #AA77AA;
	text-align: left;
}

a.normal:link{
	color: #333333;
	text-decoration: underline;
}
a.normal:visited{
	color: #333333;
	text-decoration: underline;
}

.articleText{
	font-family: 'Century Gothic', RomanD, verdana, arial, 'sans serif';
	font-size: 16px;	
}

.articleImgLeft{
	margin-right:4px;
	margin-left:0px;
	float:left;
}

.articleImgRight{
	margin-right:0px;
	margin-left:4px;
	float:right;
}

div.float {
	float: left;
	border: 0px;
}
