﻿body 
{
	font-family: Arial;
	font-size: 9pt;
}

P
{
	color: #000000;
}

b
{
	color: #366fb7;
}

H2
{
	color: #366fb7;
	font-size: 12pt;
}

H3
{
	color: #366fb7;
	font-size: 10pt;
}

.largeLink
{
	font-size: 12pt;
	font-weight: bold;
	color: #366fb7;
	text-decoration: none;
}

.largeLink:HOVER
{
	text-decoration: underline;
}

.DOGRecipientNameLabel
{
	padding-left: 15px;
	font-family: Arial;
	font-size: 10pt;
	color: #F00A81;
}

.DOGMessageLabel
{
	padding-left: 15px;
	font-family: Arial;
	font-size: 10pt;
	/*color: #F00A81;*/
	color: Black;
}

#navigation
{
	background-image: url('images/new/menu_background_blue.gif'); 
	background-repeat:no-repeat;
	padding-top: 15px;
	height:320px; 
	overflow: hidden;
	text-align: left;
}

#navigation a{
	display:block;
	text-decoration: none;
	color: #3670b7;
	font-weight: bold;
	font-size: 14px;
	margin-left: 20px;
	margin-bottom: 5px;
}

#navigation a:HOVER{
	color: #b15368;
}