body {
	font-family: 'Signika', sans-serif;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-size: 14px;
	background-color: #EFEFEF;

}

h1 {
	font-family: 'Patua One', cursive;
	
}

h2 {
	font-family: 'Playball', cursive;
	font-weight: normal;
	font-size: 24px;
}

a:link, a:visited, a:hover {
	text-decoration: none;
	border-bottom: #cfcfcf dotted 1px;
	color: #000000;
}

a.menulink:link, a.menulink:visited, a.menulink:hover {
	color: #ffffff;
	border: none;
}

a.invisilink:link, a.invisilink:visited, a.invisilink:hover {
	border: none;
}

div.header {
	width: 800px;
	height: 200px;
	text-align: center;
	background: #FFFFFF
}

div.menubar {
	text-align: center;
	background-image: url(images/menubg.png);
	height: 26px;
	padding: 7px;
}

div.submenubar {
	text-align: center;
	background-image: url(images/submenubg.png);
	height: 21px;
	padding: 7px;
}

div.content {
	text-align: justify;
	height: auto;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
}

div.container {
	width: 800px;
	margin: auto;
	background-image: url(images/bg.png);
	background-repeat: repeat-y;
}

div.bluebox {
	border: dashed #8bd1ff 1px;
	background-color: #eef8ff;
	margin: 10px;
	padding: 5px;
}

div.footer {
	vertical-align: bottom;
	font-size: 10px;
	font-style: italic;
	height: 30px;
	padding-top: 20px;
	padding-left: 30px;
	background-image: url(images/footer.png);
}

hr {
	border: 1px solid #e3e3e3;
}

input {
	margin: 3px;
}
	

img {
	border: none;
}

table {
	border: 3px #bcbcbc solid;
	border-collapse: collapse;
}

td {
	border: 1px #d9d9d9 solid;
	padding: 3px;
}

td.top {
	border-bottom: 3px #bcbcbc solid;	
}

.clear {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

p.code {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}
