body {
	background-color: #0066CC;
	background-image: url(img/background.jpg);
	background-repeat: no-repeat;
}
#tabmenu {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #FF3300;
	width: 100px;
    height: 30px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	background-color: #FFCC00;
	border: 2px dotted #FF6600;
}
#tabmenu:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	width: 100px;
    height: 30px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	background-color: #FF9900;
	border: 2px dotted #FF3300;
}
.link {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #FF3300;
	text-decoration: none;
}
.link:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#divcam {
	background-color: #CCCCCC;
	border: 2px dotted #666666;
	filter:alpha(opacity=50);
}
#divcam2 {
	background-color: #0066FF;
	height: 155px;
	width: 205px;
	border: 2px dotted #000066;
}

