body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.bg {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #FFFFFF;
}
.bg_gallery {
	background-image: url(images/bg_gallery.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #FFFFFF;
}
.tdbgshadow_left {
	background-image: url(images/bgborder_left.gif);
	background-repeat: repeat-y;
	background-position: right top;
	padding-bottom: 3px;
}
.tdbgshadow_right {
	background-image: url(images/bgborder_right.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-bottom: 3px;
}
.tdgreyline {
	background-image: url(images/greyline.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 3px;
}

/* ===========================================*/
.text{
	font-weight: normal;
	color:#666666;
	text-align:left;
	vertical-align:middle;
	padding-right:30;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 20px;
}

.text a:link {
color : #666666; 
text-decoration: none; 
}

.text a:visited {
color : #666666; 
text-decoration: none; 
}

.text a:hover {
color : #990033; 
text-decoration: underline;
}
.textnopad {

	font-weight: normal;
	color:#666666;
	text-align:justify;
	vertical-align:top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 10px;
}
.redtext {color: #CC0000}
.bluetitle {
	color: #1070BE;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 9px;
}
/* ===========================================*/

