.mainblock {
	background-color: #FFFFFF;
	border: 1px solid #006B95;
	width: 760px;
	text-align: left;
}

.editblock {
	width:100%;
	background-color:#FFFFFF;
	text-align:left;
	padding:5px 5px 5px 5px;
}

.siteblock {
	width:500px;
	background-color:#FFFFFF;
	border: thin solid #EEEEEE; 
	text-align:left;
	padding:5px 5px 5px 5px;
	margin-bottom: 5px;
}

.footer {
	text-align:center;
	font-size: xx-small;
	color: #333333;
	text-decoration: none;
	margin-top: 10px;
	padding: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #006B95;
}
.helpblock {
	width:300px;
	background-color:#EEF7FB;
	text-align:left;
	padding:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #028ABA;
	border-right-color: #77BBDE;
	border-bottom-color: #77BBDE;
	border-left-color: #028ABA;
}
.folderblock {
	background-color:#FFFFFF;
	text-align:left;
	padding:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #028ABA;
	border-right-color: #77BBDE;
	border-bottom-color: #77BBDE;
	border-left-color: #028ABA;
}
.formblock {
	background-color:#FFFFFF;
	text-align:left;
	padding:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #028ABA;
	border-right-color: #77BBDE;
	border-bottom-color: #77BBDE;
	border-left-color: #028ABA;
}
.textblock {
	background-color:#FFFFFF;
	text-align:left;
	padding:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.title{
	font-size: small;
	font-weight: bold;
}
.titleitalic{
	font-size: small;
	font-weight: bold;
	font-style: italic;
}
.headeritalic{
	font-size: large;
	font-weight: bold;
	font-style: italic;
	color: #146084;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	background-color: #016C96;
	text-align: center;
	width: 150px;
	font-weight: bold;
	text-decoration: none;
}
.mainmenubutton {
	font-size: small;
	font-weight: bold;
	padding:5px;
}
.mainmenubutton a{
	color: #006B95;
	text-decoration: none;
}
.mainmenubutton a:hover{
	color: #66B8DE;
}
.smallnote {
	font-size: xx-small;
	color: #000000;
}
.smallwarning {
	font-size: xx-small;
	color: #FF0000;
}
