.mainmenu {
	font-family: Stencil, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #fcff00;
	text-decoration: none;
}

.mainmenu:hover {
	font-family: Stencil, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #000000;
	
}

.submenu {
	font-family: Stencil, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}

.submenu:hover {
	font-family: Stencil, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #000000;
	
}
.maintext {
font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 12px;
	color: #000000;
	}

.smalltext {
font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9px;
	line-height: 15px;
	color: #FFFFFF;
	text-transform: uppercase;
	}
	
.smalltext:hover {
font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9px;
	line-height: 15px;
	color: #03bef1;
	text-transform: uppercase;
	}
	
.about {
font-family: Stencil, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	}
	
	.title {
font-family: Stencil, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height:17px;
	color: #000000;
	}
	
		.blacklink {
font-family: Stencil, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height:17px;
	color: #000000;
	}
	
		.blacklink:hover {
font-family: Stencil, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height:17px;
	color: #03bef1;
	}
	
		.heading {
font-family: Stencil, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 24px;
	color: #C60B46;
	}

	.price {
font-family: Stencil, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #C60B46;
	}
	.yellow {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12px;
		font-size: 15px;
	color: #fcff00;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/page-background.gif);
	background-repeat: repeat-y;
	background-color: #015a79;
	background-position: top center;
}

.large-link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #0000ff;
	text-decoration: underline;
	
	}
	
.large-link:hover {
font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #03bef1;
	text-decoration: none;
		}
		
		.small-link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #0000ff;
	text-decoration: underline;
	
	}
	
.small-link:hover {
font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #03bef1;
	text-decoration: none;
		}


h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12px;
	
}
h1 {
	font-size: 24px;
	line-height: 24px;
	color: #000000;
}

h2 {
	font-size: 15px;
	color: #fcff00;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}

.cell { background-color: #000000;
}
.cellblue { background-color: #004961;
}
.cellred { background-color: #c60b46;
}

A {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #0000ff;
	text-decoration: underline;
	
	}
	
A:hover {
font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #03bef1;
	text-decoration: none;
		
	}
