/* CSS Document */

body {
	background-color:#666666;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CCCCCC;
	}
	
h3 {
		font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#CCCCCC;
	font-weight:bold;
	}
	
a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#00CC33;
	text-decoration:none;
}

a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#00CC33;
	text-decoration:underline;
}

.centerTable {
	vertical-align:middle;
	text-align:center;
	height:100%;
	width:100%;
	}
	
.parentTable {
	width:834px;
	background-color:#444444;
	padding:0px;
	}
	
.20height {
	height:20px;
	}
	
.footer {
	font-size:9px;
	text-align:center;
	}
	
.tile-topnav {
	background-image:url(../images/nav/nav_top_tile.jpg);
	background-repeat:repeat-x;
	}
	
.tile-bottomnav {
	background-image:url(../images/nav/nav_bottom_tile.jpg);
	background-repeat:repeat-x;
	}
	
.tile-top {
	background-image:url(../images/construction/const_top_tile.jpg);
	background-repeat:repeat-x;
	}
	
.tile-bottom {
	background-image:url(../images/construction/const_bottom_tile.jpg);
	background-repeat:repeat-x;
	}
	
.tile-right {
	background-image:url(../images/construction/const_right_tile.jpg);
	background-repeat:repeat-y;
	}
	
.tile-left {
	background-image:url(../images/construction/const_left_tile.jpg);
	background-repeat:repeat-y;
	}

.pictureOutline {
	border-color:#575757;
	border-style:solid;
	border-width:3px;
	}

.thumbOutline {
	border-color:#575757;
	border-style:solid;
	border-width:1px;
	}

.caption {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CCCCCC;
	}