/* CSS Document */
.body {
	background-color : transparent;
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : normal;
	text-decoration : none;
}
.pagetitle{
	background-color : transparent;
	color : Black;
	font-family : "Times New Roman", Times, serif;
	font-size : 16px;
	font-weight : bold;
	text-decoration : none;
}
.pageheader{
	background-color : transparent;
	color : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	text-decoration : none;
	letter-spacing: 2px;
}
.instructions {
	background-color : transparent;
	color : #006D5A;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
}
.menu-background {
	background-image:  url("images/interface/navbar01.jpg");
}
.quote-text {
	background-color : transparent;
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.normalLink {
	color : #000;
}


/* Lists*/
li {
	background-color : transparent;
	color : Black;
	font-family :Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : normal;
	text-decoration : none;
	list-style-type : square;
	padding-bottom : 3px;
}

.li-number {
	background-color : transparent;
	color : Black;
	font-family :Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : normal;
	text-decoration : none;
	list-style-type : decimal;
	padding-bottom : 5px;
}
ol {
	background-color : transparent;
	color : Black;
}
ul {
	background-color : transparent;
	color : Black;
	list-style-type : square;
	padding-bottom : 0px;
	margin-bottom: 0px;
}
.copyrights {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	margin-bottom : 0px;
	margin-top : 0px
}
.menu-rolltext {
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	margin-bottom : 0px;
	margin-top : 0px
}
.projects {
	background-color : transparent;
	color : #006D5A;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : normal;
	text-decoration : none;
}