@charset "UTF-8";
/* CSS Document */

<!--
body {
	background-color: #C4C5C8;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #EF8522;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	font-weight: normal;
}
.style3 {
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
ol, ul, li {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	font-weight: normal;
}
.emailBG{
	background-image: url(../Summer09/images/article_email-1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	font-weight: normal;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #EF8522;
}
a:link {
	color: #666666;
}

.menu a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration:none;
	font-weight:bold;
}
.menu a:hover, .menu a:visited:hover {
	text-decoration:none;
	color: #EF8522;
	font-weight:bold;
}
.menu a:active {
	text-decoration:underline;
	color: #EF8522;
	font-weight:bold;
}
.menu a:link, .menu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration:none;
	font-weight:bold;
}

.title a:link, .title a:visited { 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #EF8522;
	text-decoration:none;
}
.title a:hover, .title a:visited:hover {
	text-decoration:underline;
	color: #EF8522;
}

hr{
	color: #666666;
	width: 60%;
	height: 1px;
}

.border{
	color: #000000;
	background-color: #F6AF65;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.email2{
	background-image: url(../Summer09/images/article_email-2.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

-->
