/* CSS Document */

body {
	background-color: #74AAC7;
}

p {
	margin-left: 20px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #352E2C;
}

h1 {
	margin-left: 20px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC3300;
}

h2 {
	margin-left: 20px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC3300;
}

.style2 {	color: #CC9900;
	font-weight: bold;
}
.style3 {
	color: #CC3300
}
.style6 {
	font-size: 12px;
	font-style: italic;
}
.titles {
	color: #CC3300;
	font-size: 14px;
	font-weight: bold;
}
.gold_text {
	color: #CC9900;
	font-weight: bold;
}

a {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #0000FF;
}

a:link {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #0000FF;
	text-decoration: underline;
}

a:visited {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #663366;
	text-decoration: underline;
}

a:hover {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #00CCFF;
	text-decoration: underline;
}

a:active {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #00CCFF;
	text-decoration: underline;
}

.red_text {
	color: #CC3300
}

.content {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #352E2C;
}

.storeTable {
	background-color: #FFFFFF;
	margin-left: 10px;
	margin-right: 10px;
}

.storeItem {
	margin-left: 20px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.test {
	margin-left: 20px;
	font-family: Arial, sans-serif;
	font-size: 12px;
}