BODY, TD, P {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11pt;
	color : #000066;
	border:#000066;
}
.bluesmall {
	font-size : 11pt;
	color : #000066;
	font-weight : bold;
}
.bluesmall a {
	font-size : 11pt;
	color : #000066;
	font-weight : bold;
	text-decoration:none;
}
.bluesmall a:hover {
	font-size : 11pt;
	color : #000066;
	font-weight : bold;
	text-decoration:none;
}
.huge {
	font-size : 46pt;
	font-weight : bold;
	text-align: center;
}

.big {
	font-size : 24pt;
	font-weight : bold;
	text-align: center;
}
.larger {
	font-size : 18pt;
	font-weight : bold;
}

.large {
	font-size : 14pt;
	font-weight : bold;
}
.medium {
	font-size : 13pt;
	font-weight : bold;
}
.bordered {
	border-color : #000066;
	border-width : 3px;
}
.largered {
	font-size : 18pt;
	font-weight : bold;
	color: #ff0000;
}
.redcenter {
	font-size : 18pt;
	font-weight : bold;
	color: #ff0000;
	text-align:center;
}
.mediumred {
	font-size : 15pt;
	font-weight : bold;
	color: #ff0000;
}
.smallerred {
	font-size : 10pt;
	font-weight : bold;
	color: #ff0000;
}
.red {
	color: #ff0000;
}
.green {
	color: #188108;
}
.phone {
	font-size : 31pt;
	font-weight : bold;
	text-align: center;
}
.call {
	color: #F2E90D;
	font-size : 18pt;
	font-weight : bold;
	padding: 10px;
	text-align:center;
	background-color: #000066;
}
.callrates {
	color: #F2E90D;
	font-size : 16pt;
	font-weight : bold;
	text-align:center;
	background-color: #000066;
}
.call2 {
	color: #ffffff;
	font-size : 14pt;
	font-weight : bold;
	padding: 10px;
	text-align:center;
	background-color: #000066;
}

.borderblue {
	border: 1px dashed #6666ff;
}

.right{
text-align:right;
}

/*  Lists (Ordered, Unordered & Blockquote)  */
 ul{
	margin: 0;
	padding: 0;
}
 ul li{
	font-size : 12pt;
	font-weight : bold;
	color: #000066;
	line-height: 17px;
	padding: 5px 0 0 20px;
	margin: 5px 0 0 0;
	
}


.arrow_bg{
	width:19px;
	height:22px;
	background: url(images/bg_arrow.gif)
}

p {
text-align:left;
}

.menu{
	font:9px "Times New Roman", Times, serif;
	width:100%;
	text-align:center;
	list-style-type:none;
	text-decoration: none;
	background-color: #F2E90D;} 
.menu ul{
	margin: 0;
	padding: 0;
	list-style-type:none;
	text-align:center;
	text-decoration: none;
	float: left;}

.menu ul li{
	display: inline;
	list-style-type:none;
	text-decoration: none;
	text-align:center;
	} 

.menu ul li a{
	text-align:center;
	text-decoration: none; /* removes the underline from the menu text */
	color:#000066; /* text color of the menu */
	padding: 5px 11px; 
	background-color: #F2E90D;}

.menu ul li a:visited{ /* This bit just makes sure the text color doesn't change once you've visited a link */
	color: #15317E;
	text-align:center;
	text-decoration: none;}

.menu ul li a:hover, .menu ul li .current{
	color: #fff;
	text-align:center;
	background-color:#000066;} /* change the background color of the list item when you hover over it */