a:link {
	color: #E21350;
	text-decoration: none;
}
a:visited {	text-decoration: none;	color: #333333;}
a:hover {
	text-decoration: none;
	color: #37A3AC;
}
a:active {
	text-decoration: none;
	color: #E21350;
}

.bodynormal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}

.bodynormal a:link {
	color: #E21350;
	text-decoration: none;
}
.bodynormal a:visited {
	color: #E21350;
	text-decoration: none;
}
.bodynormal a:hover {
	color: #37A3AC;
	text-decoration: none;
}
.bodynormal a:active {
	color: #E21350;
	text-decoration: none;
}

.bodybold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
.bodyitalic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}

body {
   background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


.buttons {	font-family: Arial, Helvetica, sans-serif;
	         font-size: 11px;
	         font-style: normal;
	         line-height: 18px;
          	font-weight: bold;
          	font-variant: normal;
          	text-transform: none;
          	color: #333;
          	text-decoration: none;          	             
}
.buttons a:link {	color: #333;	text-decoration: none;}
.buttons a:visited {	color: #333;	text-decoration: none;}
.buttons a:hover {	color: #e21350;	text-decoration: none;}
.buttons a:active {	color: #e21350;	text-decoration: none;}

.buttons li {
  display: inline;
  padding-left: 15px;
  padding-right: 12px;
  background: url(images/button_up.gif) no-repeat left;
}

.buttons li:hover {
  background: url(images/button_over.gif) no-repeat left;
}

.buttons li.parent  {
  background: url(images/button_list.gif) no-repeat top left;
}

.buttons li ul li {
  background: url(none);
  list-style-type:none;  
  padding-left: 0px;
  padding-top: 2px;  
  padding-bottom: 2px;
}

.buttons li ul li:hover {
  background: url(none);
  list-style-type:none;
  padding-left: 0px;
  padding-top: 2px;  
  padding-bottom: 2px;
}


.item1 a, li.item1 { /* This is to hide the Home menu... Dont want to see this menu on the home page */
  display:none;
}
 
 
#seofooter {
	width:1024px;
	margin:15px auto;
	font-size:85%;
	text-align:center;}
	
	#seofooter ul li {
		display:inline;
		margin:0 10px;}
		
		#seofooter ul li a {
			text-decoration:none;
			color:#666;}
