body {
	margin: 0px;
	padding: 0px;
	background-color: #DDDDDD;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
	text-decoration: none;
}
a:link {
	color: #444444;
	text-decoration: none;
} 
a:visited {
	color: #444444;
	text-decoration: none;
}   
a:active {
	color: #444444;
	text-decoration: none;
}   
a:hover {
	color: #0000FF;
	text-decoration: underline;
}
.MainText, .WYSIWYG, li, p {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
	text-decoration: none;
}
/*.WYSIWYG p {
	padding: 0;
	margin: 0;
}*/
.BigHeading {
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #555555;
}
.MediumHeading, h1 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
}
.FrontSmallHeading, h2 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
}
.Navigation {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
.FooterText {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
	text-decoration: none;
	font-weight: normal;
}
hr {
	color: #444444;
	width: 760px;
}
table {
	background-color: #DDDDDD;
}
.TinyText {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
	text-decoration: none;
}
.FormText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
}
.FormTextError {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
}
.ShadowBox {
	margin: 0px 0px 20px 0px;
  background-color: #AAAAAA;
  position: relative;
  top: 2px;
  left: 2px;
}
.ShadowBox div {
  background-color: #DDDDDD;
	border: 1px solid #444444;
  color: #0000CC;
  padding: 10px 10px 0px 10px;
  position: relative;
  top: -2px;
  left: -2px;
}
#OwnArt {
	width: 600px;
	margin: 50px auto;
}
#OwnArt #APR {
	font-size: 18px;
}
#OwnArt #ArtCo {
	font-size: 11px;
}
form .CFTextSpecial {
	display: none;
}
.GalleryImage {
	width: 365px;
	margin-right: 5px;
}
.GalleryImage p {
	width: 365px;
	font-size: 85%;
	text-align: center;
	padding: 5px 0;
	margin: 0;
}
.GalleryImageRow {
	padding: 0 0 20px 0;
}
.Left {
	float: left;
}
.Right {
	float: right;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.Clear {
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	clear: both;
}
