@charset "utf-8";
/* CSS Document */

html {
	height:100%; max-height:100%;
	padding:0; margin:0; border:0;
	background:#00142E url(images/bg.png) center repeat-y;
	scrollbar-face-color:#312D91;
	scrollbar-arrow-color:#5AC1DA;
	scrollbar-track-color:#CDD9E0;
	scrollbar-shadow-color:'';
	scrollbar-highlight-color:'';
	scrollbar-3dlight-color:'';
	scrollbar-darkshadow-Color:'';
	overflow: auto;
}

body {
	padding:0; margin:0; border:0;
}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}

a:link {
	color: #6FA8FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3E89FF; /*#035FDA*/
}
a:hover {
	text-decoration: none;
	color: #FFFF00;
}
a:active {
	text-decoration: none;
}

p {
	margin:10px;
}

td img {display: block;}

.fieldButton {
	color:#FFFF00; font-weight:bold;
	border:#0099FF solid 1px; background-color:#003399;
	cursor:pointer;
}

.fieldStyle, #email {
	border:#1F3E64 solid 1px; background-color:#A7BEDA; font-size:11px;
}
#email {
	width:200px;
}

#contentAboutUs, #contentLinktoUs {
	background:url(images/pane_bg.png) repeat;
	padding:3px;
	overflow:auto;
}
#contentAboutUs {
	width:100%; height:355px;
}
#contentLinktoUs {
	width:100%; height:110px;
}

#contentGuestBook {
	background:url(../images/pane_bg.png) repeat;
	width:100%;	padding:3px;
}
#contentComments {
	background:url(../images/pane_bg.png) repeat;
	width:850px; padding:3px;
}
#contentCommentsContainer {
	width:884px; height:430px;
	padding:8px;
	overflow:auto;
}

.titleText {
	font-size:28px;
	font-weight:bold;
}

.emailText {
	font-size:14px;
	font-weight:bold;
	color:#F3F5F8;
}
