body {
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: 10pt;
	background: #ffffff; /* Scrollbar properties are only supported by Internet Explorer 5.5 and up  */
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color: #666666;
	scrollbar-base-color: #666666;
	scrollbar-darkshadow-color: #2c3437;
	scrollbar-face-color: #b7c1c4;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #2c3437;
	scrollbar-track-color: #ffffff;
}
h1 {
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: 13px;
	color: #000000;
}

/* main text layout tags */
p {
	font-family: 'Trebuchet MS', Verdana, sans-serif; 
	font-size: 10pt;
}
ul {
	font-family: 'Trebuchet MS', Verdana, sans-serif; 
	font-size: 10pt;
	list-style: square outside;
}
ol {
	font-family: 'Trebuchet MS', Verdana, sans-serif; 
	font-size: 10pt;
	list-style : decimal outside;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #6b7f86;
}
a:hover {
	color: #ca0016;
}
.headline {
	font-size: 15pt;
	font-weight: bold;
	color: #ffffff;
	margin-top: 4px;
}
.main{
	margin-right: 20px;
}
.form{
	font-family: 'Trebuchet MS', Verdana, sans-serif; 
	font-size: 10pt;
}
.backgroundGreen{
	background: #b7c1c4;
}

/* red bar layout tags */
.redBarText{
	margin-right: 10px;
	margin-left: 10px;
	color: #ffffff;
}
a.redBarLink {
	color: #ffe394;
	text-decoration: none;
}
a.redBarLink:hover {
	color: #dddddd;
}
.backgroundRed{
	background: #ca0016;
}

/* menu layout tags */
.menuBoxAbout{
	background: #6b7f86;
	font-weight: bold;
	font-size: 10pt;
	text-align: center;
	vertical-align: middle;
}
.menuBoxServices{
	background: #2c3437;
	font-weight: bold;
	font-size: 10pt;
	text-align: center;
	vertical-align: middle;
}
.menuBoxBlog{
	background: #ca0016;
	font-weight: bold;
	font-size: 10pt;
	text-align: center;
	vertical-align: middle;
}
.menuBoxContact{
	background: #68000F;
	font-weight: bold;
	font-size: 10pt;
	text-align: center;
	vertical-align: middle;
}
.menuBoxDifferent{
	background: #ffe394;
	font-weight: bold;
	font-size: 10pt;
	text-align: center;
	vertical-align: middle;
}
a.menuBoxWhite {
	color: #ffffff;
	text-decoration: none;
}
a.menuBoxWhite:hover {
	color: #dddddd;
}
a.menuBoxBlack {
	color: #000000;
	text-decoration: none;
}
a.menuBoxBlack:hover {
	color: #666666;
}

/* additional text layout tags */
.language {
	font-size: 10pt;
	font-weight: bold;
}
.copyright {
	font-size: 8pt;
	text-align: center;
	margin-top: 3px;
}