body {
	background-color: #FFFFFF;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

select,input {
	color: #777777;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

td,p {
	color: #777777;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p {
	text-align: justify;
}

a {
	color: #CC0000;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

.title {
	font-size: 30px;
}

.subtitle {
	font-size: 18px;
}

.small {
	font-size: 10px;
}

.menu {
	color: #FFFFFF;
	text-decoration: none;
}

.menu:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.copyright {
	font-size: 10px;
	color: #BBBBBB;
}

.credit {
	font-size: 10px;
	color: #BBBBBB;
	text-decoration: none;
	font-weight: normal;
}

.credit:hover {
	color: #999999;
	text-decoration: underline;
}

.right_photo {
	margin-left: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	cursor: hand;
}

.left_photo {
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	cursor: hand;
}

.sharesb {
	clear: both;
	position: relative;
	border: 1px solid #DDDDDD;
	padding: 3px;
	margin: 15px 0 10px 0;
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.sharesb p {
	padding: 0;
	margin: 0;
}

.sharesb p a {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 3px 5px 0 0;
}

.sharesb h3 {
	padding: 0 3px 5px 0;
	margin: 0;
	margin: 0 5px 0 3px;
	font-size: 12px;
	font-weight: normal;
}

.sharesb ul {
	text-align: center;
	list-style: none;
	margin: 6px 0 4px 0;
	padding: 0;
}

.sharesb ul li {
	text-align: center;
	display: inline;
	padding: 0px 4px 6px 0px;
}

.sharesb ul li.delicious {
	padding: 0 0 0 3px;
	background:
		url("../images/graphics/delicious.png")
		no-repeat 0 0;
}

.sharesb ul li.digg {
	padding: 0 0 0 3px;
	background:
		url("../images/graphics/digg.png")
		no-repeat 0 0;
}

.sharesb ul li.reddit {
	padding: 0 0 0 3px;
	background:
		url("../images/graphics/reddit.png")
		no-repeat 0 0;
}

.sharesb ul li.facebook {
	padding: 0 0 0 3px;
	background:
		url("../images/graphics/facebook_logo.gif")
		no-repeat 0 0;
}

.sharesb ul li.stumbleupon {
	padding: 0 0 0 3px;
	background:
		url("../images/graphics/stumbleupon.png")
		no-repeat 0 0;
}

.sharesb ul li a {
	padding: 0 0 0 18px;
	margin: 0 3px 0 0px;
}
