@charset "UTF-8";
body {
	background-image: url(../media/images/bg.jpg);
	background-position: left top;
	background-attachment: fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	font-size: 12px;
	font-family: verdana;
	background-repeat: no-repeat;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}


/*MENU PROPERTIES*/

a.menulink:link {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
	font-size: 11px;
}
a.menulink:visited {
	text-decoration: none;
	font-weight:bold;
	color: #FFFFFF;
	font-size: 11px;
}
a.menulink:hover {
	text-decoration: underline;
}
a.menulink:active {
	text-decoration: none;
	font-weight:bold;
}
a.submenulink:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
}
a.submenulink:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 11px;
}
a.submenulink:hover {
	text-decoration: underline;
}

.textwhite {
color: #FFFFFF;
}
.menubox {
	padding-right: 10px;
	border-left: 1px solid #B3E140;
	border-right: 1px solid #B3E140;
	border-bottom: 1px solid #B3E140;
	text-align:right;
}
.menublue {
	background-color: #00A8E2;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-right: 1px solid #40BDE9;
	border-left: 1px solid #40BDE9;
	border-bottom: 1px solid #40BDE9;
	text-align:right;
}
.leftbox {
	border-left: 1px solid #B3E140;
	border-bottom: 1px solid #B3E140;
}
.bluebox {
    background-color: #00A8E2;
	border-bottom: 1px solid #40BDE9;
	border-left: 1px solid #40BDE9;
}


/* BORDERS */

.borderright {
	border-right: 1px solid #A1A1A1;
}
.borderleft {
	border-left: 1px solid #A1A1A1;
}
.borderbottom {
	border-bottom: 1px solid #A1A1A1;
}
.bordertop {
	border-top: 1px solid #A1A1A1;
}
.border {
	border: 1px solid #A1A1A1;
}

.borderright-white {
	border-right: 1px solid #FFFFFF;
}
.borderleft-white {
	border-left: 1px solid #FFFFFF;
}
.borderbottom-white {
	border-bottom: 1px solid #FFFFFF;
}
.bordertop-white {
	border-top: 1px solid #FFFFFF;
}
.border-white {
	border: 1px solid #FFFFFF;
}


/*  BODY BOX */
.bgwhite {
	background-image: url(../images/white.png);
	}
.bodymargin {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	}
	
	

/* TEXT */

.text10 {
font-size: 10px;
}
.text18 {
font-size: 18px;
}
.text14 {
font-size: 14px;
}
.text24 {
font-size: 24px;
}
.paddingright {
	padding-right: 10px;
	}
.paddingtop {
	padding-top: 10px;
	}
.paddingbottom {
	padding-bottom: 10px;
	}
.paddingleft {
	padding-left: 10px;
	}
	.padding4left {
	padding-left: 4px;
	}
.padding4topbottom {
	padding-top: 4px;
	padding-bottom: 4px;
	}
