﻿
/* Presentation Stylesheet */ 

body {
	font-family:Trebuchet MS, Arial, Helvetica, Tahoma, sans-serif;
	color: #212b5e;
}
/*
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
p {
	font-size: x-small;
}
td {
	font-size: x-small;
}
h5 {
	font-size: xx-small;
}
h4 {
	font-size: x-small;
}
h3 {
	font-size: small;
}
h2 {
	font-size: small;
}
h1 {
	font-size: medium;
	margin: 0px;
}
.title {
	font-size: large;
	font-weight: lighter;
	margin: 0px;
}
*/ 
hr {
	color: #b6ceec;
}
a {
	color: #333366;
}
a:visited {
	color: #333366;
}
a:hover {
	color: #333366;
}
.subtitle {
	font-size: xx-small;
	font-weight: bold;
	color: #000000;
	margin: 0px;
}
.subtitle a:link {
	color: #333366;
	background: none;
	text-decoration: none;
}
.subtitle a:visited {
	color: #333366;
	background: none;
	text-decoration: none;
}
.subtitle a:hover {
	color: #333366;
	background: none;
	text-decoration: none;
}
.sub {
	font-size: xx-small;
	margin: 0px;
}
.sub a:link {
	color: #333366;
	background: none;
	text-decoration: none;
}
.sub a:visited {
	color: #333366;
	background: none;
	text-decoration: none;
}
.sub a:hover {
	color: #333366;
	background: none;
	text-decoration: none;
}

.arrow
{
    color:#e31836;
    display:inline-block;
    padding:8px 20px 10px 0;
    font-size:1.3em;
    background:url('/_common/img/arrow.gif') no-repeat;
    background-position:right center;
}

.arrow:visited
{
    color:#e31836;
}


