body {
	background-color:#333;
	border-spacing: 0; 
	border-collapse: collapse;
	margin:0px;
}

.navbar-fixed {
	margin-top:0;
	list-style-type: none;
	margin: 0;
	padding: 10;
	overflow: hidden;
	background-color: #333;
	position: fixed; /* Set the navbar to fixed position */
	top: 0; /* Position the navbar at the top of the page */
	width: 100%; /* Full width */
	height:50px;
}

.navbar-top {
	font-family: 'Amatic SC', cursive;
	font-size: 30px;
	font-weight:bold;
	text-transform: none;
	text-decoration:none;
	color:#FFFFFF;
	-o-transition:.5s; /* for transition */
	-ms-transition:.5s; /* for transition */
	-moz-transition:.5s; /* for transition */
	-webkit-transition:.5s; /* for transition */
	transition: all 0.3s; /* for transition */
	padding-right: 0px;
	padding-left: 10px;
	margin-right:20px;
}

a:hover { 
	color:#5e5e5e; 
	text-decoration:none;
}

table.touter {
	border:0;
	border-collapse: collapse;
	border-padding: 0;
	border-spacing: 0;
	margin-bottom: 0.5em;
	padding:10px;
	background-color:#FFFFFF;
}

td {
	border:0;
	padding:0;
}

td.text {
	padding-left:20px;
	padding-right:20px;
}

tr {
	text-align:center;
}


a.intext:link { text-decoration:underline; color:#333;}
a.intext:visited { text-decoration:underline; color:#333;} 
a.intext:active { text-decoration:underline; color:#BBBBBB;}
a.intext:hover { text-decoration:none; color:#999999;}
a.anchor {
    display: block;
    position: relative;
    top: -80px;
    visibility: hidden;
}


h1,h2,h3,h4 {
	font-family: 'Amatic SC'; 
	color:#333; 
	font-size: 36px;
	margin-top:26px;
}

p,p1,p2,ul,ol,li,div,th,address,blockquote,nobr { 
	font-family: 'Raleway', sans-serif; 
	color:#333;
	font-size: 12pt
}

