body {
	background-image: url(/purchasing/images/layout/bg.jpg);
	background-repeat: repeat-y;
	background-color: #ffffff;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
}
p {
	line-height: 140%;
}
h1 {
	font-size: 130%;
	color: #003333;
	font-weight: bold;
	}
h2 {
	font-size: 125%;
	color: #003333;
	}
h3 {
	font-size: 120%;
	color: #336666;
	}
h4 {
	font-size: 110%;
	color: #336666;
	}
h5 {
	font-size: 100%;
	color: #003333;
	}
a:link {
	color: #4682B4;
	text-decoration: underline
}
a:active {
	color: #663366;
	text-decoration: underline
}
a:visited {
	color: #663366;
	text-decoration: underline
}
a:hover {
	color: #7A87A1;
	text-decoration : none;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
}
ul {
	list-style-type: square;
	list-style-image:url(/purchasing/images/arrow.gif);
	line-height: 140%;
}
li {
	padding: 5px 0px 5px 0px;
	}
.topnav {  font-size: 75%; color: #3E5370; font-weight: bold}

.topnav a:link {color: #ffffff; text-decoration: none} 
.topnav a:visited {color: #ffffff; text-decoration: none} 
.topnav a:hover {color: #CCCCCC; text-decoration: none} 
.topnav a:active {color: #ffffff; text-decoration: none}  

.bottom_nav {font-size: 95%; color: #000000; text-decoration: none;  font-weight : normal} 
.bottom_nav a:link {color: #666666;  text-decoration: none} 
.bottom_nav a:visited {color: #999999; text-decoration: none} 
.bottom_nav a:hover {color: #333333;   text-decoration: underline} 
.bottom_nav a:active {color: #333333;  text-decoration: none} 

.indent2em {
	margin-left:2em;}
