/*
styles for web site
*/
body {
  margin: 0px 0px 0px 0px;
	font-size: 11px;
	font-family: tahoma;
	color: #003366;
}

.copyright {
	font-size: 9px;
	color: #999999;
}

.pagecontent {
  padding: 8px;
  background-color: #FFFFFF;
}


/*  HTML  */
a {   
    color: #484848;
}

td {
	font-size: 11px;
	font-family: tahoma;
	color: #003366;
}

p {
	font-size: 11px;
	font-family: tahoma;
	color: #003366;
}

h1 {
	font-size: 14px;
	font-weight: bold;
}

h2 {
	font-size: 12px;
	font-weight: bold;
}

img {
	border: 0;
}

.tab-background {
	background-image: url(http://www.rinewhire.com/images/line.png);
}

.tab-behind {
	font-size: 12px;
	font-weight: bold;
	font-family: tahoma;
	background-image: url(http://www.rinewhire.com/images/tab.png);
}

.tab-behind A {   
	color: #003366;
	text-decoration:none;
}

.tab-behind A:hover {   
	color: #003366;
	text-decoration:underline;
}

.tab-selected {
	font-size: 12px;
	font-weight: bold;
	font-family: tahoma;
	background-image: url(http://www.rinewhire.com/images/tab_selected.png);
}

.tab-selected A {   
	color: #000000;
	text-decoration:none;
}

.tab-selected A:hover {   
	color: #000000;
	text-decoration:none;
}

/*  OTHER  */
