/* CSS Document */

/* General */
body {
	background-color: #CCCCCC; 
	background-image: url(); 
	margin-left: 0px; 
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
}

.Title {
	color: #CC0000;
	font-weight: bold;
	font-size: 36px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
}

.lgSubTitle {
	color: #CC0000;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
}

.subTitle {
	color: #CC0000;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
}

.lgSubTitleBlk {
	color: #000000;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
}

.subTitleBlk {
	color: #000000;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
}

TD.headerfooter {
	color: #CC0000;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	border-top-color: #CC0000;
	border-top-width: 2px;
	border-top-style: solid;
}

/* Menu */
TD.menu {
	text-align: center;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #CCCCCC;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	border-left-color: #CCCCCC;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
TD.menuSelect {
	background-color: #CC0000;
	text-align: center;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	border-left-color: #CC0000;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
a.menuText {
	color: #CC0000;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
}

a.menuTextSelect {
	color: #D4A017;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
}

/* Text */
.lgText {
	color: #CC0000;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
}

.lgTextNoCen {
	color: #CC0000;
	font-weight: bold;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
}

.Text {
	color: #CC0000;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
}

.smText {
	color: #CC0000;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	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;
}

.TextNoCen {
	color: #CC0000;
	font-weight: bold;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
}

.lgTextGold {
	color: #D4A017;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
}

.lgTextBlkNoCen {
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
}

.TextBlk {
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
}

.TextBlkNoCen {
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
}

/* Links */
a.link {
	color: #CC0000;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
}

a.linkSelect {
	color: #D4A017;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
}

a.linkSmText {
	color: #CC0000;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
}

a.linkSmTextSelect {
	color: #D4A017;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
}
/* PhotoGallery */
#scrollLayer {
	height: 100%;
	width: 145px;
	padding: 0px;
	margin: 0px;
	overflow: auto;
}

img.thumb {
	border-color: #CC0000;
}
