body {
	margin : 0px;
	padding : 0px;
	background : url(images/bg.gif) fixed no-repeat top left #edece9;
}

.border {
	border-left : 1px solid #dadfe3;
	border-right : 1px solid #dadfe3;
	padding-left : 10px;
	padding-right : 10px;
}

.borderLeft {
	border-left : 1px solid #dadfe3;
	padding-left : 10px;
	padding-right : 10px;
}

.borderright {
	padding-left : 0px;
	padding-right : 0px;
}

.header {
	font-size : 18px;
	color : #90aa33;
	font-weight : bold;
	padding-bottom : 10px;
	font-family : verdana;
}

.headerSmall {
	font-size : 12px;
	color : #000;
	font-family : verdana;
	font-weight : bold;
	padding-bottom : 10px;
}

.content {
	font-family : verdana;
	font-size : 12px;
	color : #333945;
	text-align : justify;
}

.menu {
	font-size : 12px;
	color : #333945;
	font-family : verdana;
	font-weight : bold;
	text-decoration : none;
}

.menu:hover {
	font-size : 12px;
	color : #90aa33;
	font-family : verdana;
	font-weight : bold;
	text-decoration : none;
}

.borderTop {
	border-top : 2px solid #dadfe3;
	padding-left : 10px;
	padding-right : 10px;
}

.error {
	color : red;
	background : #ffe5e5;
	border : 1px solid red;
	padding : 3px;
	margin-top : 3px;
	font-size : 11px;
	font-family : verdana;
}

.socialClass {
	background : url(images/Untitled-1_14.jpg) no-repeat;
	padding : 10px;
}

.contentClass {
	background : url(images/Untitled-1_09.jpg) no-repeat;
	padding : 10px;
}

a {
	color : black;
	text-decoration : none;
}