﻿body 
{
	font-family: Helvetica, 'MS Sans Serif', Arial, Sans-Serif;
	font-size: 12px;
	color: #444444; 
	background-color: #fefefe;
}

input, select, textarea, td 
{
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	color: #444444; 
}

h1 
{
	color:#515285;
	font-size:16px;
	font-weight:normal;
}
h2 
{
	font-size: 15px;
	
}
h3 
{
	font-size: 13px;
	font-weight: bold;
	
}

a, a:visited, a:hover, a:link, a:active
{
	color: #4e5472;
	text-decoration: none;
}
a:hover 
{
	text-decoration: underline;
}

ul 
{
	
	list-style-image: url(images/bullet.png);
	padding-left: 25px;
	margin-left: 0px;

	
}

li {
	margin-bottom: 8px;
}

.ArrowLink {
	text-decoration: none;
}

.ArrowLink, .ArrowLink:hover, .ArrowLink:visited
 {
	font-weight: bold;
	font-size: 13px;
	color: #4e5472;
	text-decoration: none;
	background-image: url(Images/bgLinkArrow.png);
	background-position: right 50%;
	background-repeat: no-repeat;
	padding-right: 15px;
}


.BackArrowLink 
{
	color: #878787;	
}

.BackArrowLink, .BackArrowLink:hover, .BackArrowLink:visited
{
	background-color: #e9e9e9;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 20px;
	padding-right: 10px;
	background-image: url(Images/bgBackLinkArrow.png);
	background-position: left top;
	background-repeat: no-repeat;
	text-decoration: none;
}
