@charset "UTF-8";
/* CSS Document */

body{
	margin:0px;
	background-color: #FDD873;
	padding: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}

#phone_panel{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/phone_bg.png);
	width: 184px;
	background-repeat: repeat-y;
	letter-spacing: 1px;
	font-variant: small-caps;
}

.link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000FF;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

.bodyText{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #333333;
}

p{
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #333333;
	}

h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #3366CC;
	letter-spacing: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3366CC;
	width: 500px;
	padding-top: 20px;
}

h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FF9900;
	line-height: 21px;
}
