@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #322F2A;
}
.whtsm {
	font-size: 10px;
	color: #cccccc;
	font-family: Tahoma, Verdana, Arial;
}
.blksm {
	font-size: 11px;
	color: #666666;
	font-family: Tahoma, Verdana, Arial;
}

.bodytext {
	font-size: 12px;
	color: #666666;
	font-family: Tahoma, Verdana, Arial;
}

.bodytextwh {
	font-size: 12px;
	color: #ffffff;
	font-family: Tahoma, Verdana, Arial;
}


.grysm {
	font-size: 10px;
	color: #666666;
	font-family: Tahoma, Verdana, Arial;
}
.blklrg {
	font-size: 16px;
	color: #333333;
	font-family: Tahoma, Verdana, Arial;
}
.grylrg {
	font-size: 14px;
	color: #6A6458;
	font-family: Tahoma, Verdana, Arial;
}
a:link {
	color: #cccccc;
	text-decoration: none;
}
a:visited {;
	color: #cccccc;
	text-decoration: none;
}
a:hover {
	color: #cccccc;
	text-decoration: none;
}
a:active { 
    color: #cccccc;
	text-decoration: none;
}
a {
	font-size: 10px;
	color: #cccccc;
	font-family: Tahoma, Verdana, Arial;
	}


#link a:link {
	color: #993333;
	text-decoration: none;
}
#link a:visited {;
	color: #993333;
	text-decoration: none;
}
#link a:hover {
	color: #993333;
	text-decoration: none;
}
#link a:active {
	color: #993333;
	text-decoration: none;
}
#link a {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
}


#gallery a:link {
	color: #333333;
	text-decoration: underline;
}
#gallery a:visited {;
	color: #333333;
	text-decoration: underline;
}
#gallery a:hover {
	color: #333333;
	text-decoration: underline;
}
#gallery a:active {
	color: #333333;
	text-decoration: underline;
}
#gallery a {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
}


ul { 
   	padding-left: 1px;
	list-style-type: square;
	list-style-position: outside;
	}