body {
	margin: 0;
	margin-top: 30px;
	padding: 0;
	background:url(../_imgs/interface/background.jpg) center top no-repeat;
	background-color:#FCEACF;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	line-height:19px;
	color:#492909;
	text-align:justify;
	overflow-x:hidden;
}

.smallText {
	font-size:12px;
}

.largeText {
	font-size:16px;
}

.menuTitles {
	font-size:16px;
	color:#154c63;
}


.largestText {
	font-size:22px;
}

.redTitle {
	font-size:16px;
	color:#852320
}

.link a {
	font-weight:bold;
	color:#492909;
	text-decoration:none;
}

.link2 a {
	color:#492909;
	text-decoration:none;
}

.link2 a:hover {
	color:#154c63;
}

.link a:hover {
	color:#154c63;
}



.smallLink a {
	font-size:12px;
	font-weight:bold;
	color:#492909;
	text-decoration:none;
}

#flashContent {
	text-align:center;
}

.floatRight {
	float:right;
}

#textArea {
	padding-left:4px;
	padding-right:60px;
}

input {
	background:#FDFFF4
}

#vigContent {
	width:125px;
	margin:auto;
	padding-left:80px;
}

#copyRight {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:10px;
}