/* CSS Document */

/* General */
body {
	background-color: #FFFFFF; 
	background-image: url(); 
	margin-left: 0px; 
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
}

TD.headerfooter {
	background-color: #FFFFFF;
	color: #FF0000;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	border-top-color: #FF0000;
	border-top-width: 2px;
	border-top-style: solid;
}

/* Menu */
TD.menubgL {
	background-color: #FFFFFF;
	color: #FF0000;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FF0000;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-left-style: solid;
}

TD.menubgC {
	background-color: #FFFFFF;
	color: #FF0000;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FF0000;
	border-bottom-color: #FFFFFF;
	border-left-color: #FF0000;
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-left-style: solid;
}

TD.menubgR {
	background-color: #FFFFFF;
	color: #FF0000;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FF0000;
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-left-style: solid;
}

a.menuLgText {
	color: #FF0000;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
}

a.menuLgTextselect {
	color: #000000;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
}

/* Text */
.lgText {
	color: #FF0000;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
}

.Text {
	color: #FF0000;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
}

.textBlkNoCen {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
}

.smTextBlk {
	color: #000000;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
}

/* Links */
a.linktext {
	color: #FF0000;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
}

a.linktextselect {
	color: #000000;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
}

a.linktextBlk {
	color: #000000;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
}

a.linktextBlkselect {
	color: #FF0000;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
}

/* Photo Gallery */
#scrollLayer {
	height: 100%;
	width: 145px;
	padding: 0px;
	margin: 0px;
	overflow: auto;
}

img.thumb {
	border-color: #FF0000;
}

TD.photogallery {
	background-color: #FFFFFF;
	color: #FF0000;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	border-top-color: #FF0000;
	border-top-width: 1px;
	border-top-style: solid;
}