p, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}
.box_title{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight : bold;
	color : #FF3300;
}
.box_subtitle{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight : bold;
	color : #FF3300;
}
.menu{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color : #000000;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight : bold;
	color : #FF3300;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight : bold;
	color : #FF3300;
}
h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight : bold;
	color : #FF3300;
}
h4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight : bold;
	color : #FF3300;
}
.legend{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color : #000000;
}
a {
		color : #FF3300;
		text-decoration : none;
}
a:hover{
		color : #FF3300;
		text-decoration : underline;
}
.box {
	background-color : #F8F8F8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-style : solid;
	border-top-width : 1px;
	border-right-width : 1px;
	border-left-width : 1px;
	border-bottom-width : 1px;
	border-left-style : solid;
	border-right-style : solid;
	border-top-style : solid;
	border-top-color : Silver;
	border-right-color : Silver;
	border-left-color : Silver;
	border-bottom-color : Silver;
	font-size : 10px;
	}

.norepeat {
	background-repeat: no-repeat;
}
.yrepeat {
	background-repeat: repeat-y;
}

