html, body {
	margin: 				0px;
	padding: 				0px;
	font-family:			'Times New Roman';
	font-size:				14px;
	background-color:		#eeeeee;	
	color:					#000000;
	width:					100%;
	height:					100%;
}

h1 {
	color:					#00598C;
	font-size:				18px;
	font-weight:			normal;
	margin-bottom:			0px;
}

h2 {
	color:					#000;
	font-size:				14px;
	font-weight:			bold;
	margin-bottom:			0px;
}

hr {
	color:					#9DCC2E;
	border:					1px solid #9DCC2E;
}

td {
	font-size:				13px;
}

#header {
	background-image:		url( assets/menu_rptr.jpg );
}

#headerMenu A {
	display:				block;
	font-size:				14px;
	height:					37px;
	text-align:				center;
	text-decoration:		none;
	padding-left:			19px;
	padding-right:			19px;
	white-space:			nowrap;
}

#headerMenu span {
	display:				block;
	padding-top:			10px;
}

#headerMenu A:hover {
	background-image:		url( assets/menu_over.jpg );
	text-decoration:		none;
}

#menu {
	background-image:		url( assets/menu_background.jpg );
	padding-left:			20px;
	padding-top:			10px;
	width:					120px;
}

#menu A {
	color:					#00598C;
	display:				block;
	font-size:				15px;
	text-decoration:		none;	
}

#menu .subCategory {
	margin-left:			15px;

	font-family:			arial;
}

#menu A:hover {
	color:					#00598C;
	text-decoration:		none;
}

#menu span {
	display:				block;	
	padding:				15px;
}

#menu UL {
	border:					1px solid #000000;
	list-style-type:		none;
	margin:					0;
	padding:				0;
	width:					130px;
}

#menu LI {
	padding: 				0;
	margin:					0;
}

#content {
	color:					#000000;
	font-size:				14px;
	padding: 				10px;
}

#footer {
	background-color:		#9DCC2E;
	color:					#FFFFFF;
	font-size:				10px;
	padding:				4px;
	text-align:				center;	
}

#footer A {
	color:					#FFFFFF;
	text-decoration:		none;
}

#footer A:hover {
	color:					#FFFFFF;
	text-decoration:		underline;
}

LI A {
	color:					#000000;
}

A {
	color:					#000000;
}

.image {
	border:					2px solid #00598C;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

.button, .button2 {
	background-image:		url( assets/bg_button_left.jpg );
	background-position:	top left;
	background-repeat:		no-repeat;	
	color:					#000000;
	cursor:					hand;
	display:				block;
	margin-bottom:			2px;
	text-align:				center;
	height:					19px;
	text-decoration:		none;
	width:					75px;
}

.button:hover, .button2:hover {
	background-position:	bottom left;
	color:					#000000;
	background-image:		url( assets/bg_button_left.jpg );
}

.button span, .button2 span, .button label, .button2 label  {
	display:				block;
	background-image:		url( assets/bg_button_right.jpg );
	background-position:	top right;
	background-repeat:		no-repeat;
	cursor:					hand;
	height:					100%;
	text-align:				center;
	white-space:			pre;
	vertical-align:			bottom;
}

.button:hover span, .button2:hover span, .button:hover label, .button2:hover label {
	background-image:		url( assets/bg_button_right.jpg );
	background-position:	bottom right;
	color:					#FFFFFF;
}


form {
	padding:				0;
	margin:					0;
}

#content {
	padding:				10px;
}

SUP{
	color:					#FF0000;
	font-weight:			bold;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button5 {
    background: transparent url("assets/bg_button_right.jpg") no-repeat scroll top right;
    color: #FF0000;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 19px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
	white-space:	nowrap;
}

a.button5 span {
    background: transparent url("assets/bg_button_left.jpg") no-repeat;
    display: block;
    line-height: 12px;
    padding: 5px 0 5px 18px;
	white-space:	nowrap;
} 

a.button5:hover {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button5:hover span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 

.category {

	font-family:			arial;
}

h1.bigger {
	font-size: 			24px;
	font-weight:			bold;
	font-family:			arial;
}

#ul1 {
	text-decoration: underline;
}

p {
	padding:				0;
	margin:					0;
}