/* CSS Document */

p
{
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	/*font-size: 1.3em;*/
	font-size: 1.2em;
	color: #333;
	font-weight: normal;
	padding: 10px 15px 0 20px;
}

p a:link
{
	color: #00b6df;
	text-decoration: none;
}
p a:visited
{
	color: #00b6df;
	text-decoration: none;
}
p a:hover
{
	color: #00b6df;
	text-decoration: underline;
}
p a:active
{
	color: #00b6df;
	text-decoration: none;
}

h1
{
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-size: 2.3em;
	color: #333;
	font-weight: bold;
	padding: 10px 0 0 20px;
	padding-bottom: 0;
}
h2
{
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-size: 2.3em;
	color: #3ea8d4;
	font-weight: normal;
	padding: 10px 20px 0 0;
	text-align: right;
}
h3
{
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 1.3em;
	padding: 0 0 0 5px;
	margin: 0;
}

.smallPrint
{
	font-size: .85em;
}

.gridViewRequestLink
{
	text-decoration: underline;
	color:#000000;
}

.dottedLineUnder {border-bottom: 1px dashed rgb(0, 0, 0); margin-bottom: 10px;}
