/* Common tags                 */
/*-----------------------------*/		

body 
{
    font-family:Arial;
    font-size:11pt;
    color:#333333;
    margin: 0;
    padding: 0;
	margin-right: 30;
	text-align: left;
 }

p, ul, li, dd, dt, td 
{ 
	font-size: 11pt; 
 	color: #333333;  
 	font-family: Arial;
}

.small
{
	font-size: 90%;
 	color: #333333;  
 	font-family: Arial;
}

.smaller
{
	font-size: 85%;
 	color: #333333;  
 	font-family: Arial;
}

.bold 
{
	font-weight:bold;
}

A:link      { color: navy; text-decoration:none; }
A:visited 	{ color: purple; text-decoration:none; }
A:active 	{ color: navy;  cursor:hand; text-decoration:none; }
A:hover 	{ color: navy;  cursor:hand; text-decoration:underline; }
		
A.bodyLink:link     { color: navy; text-decoration:none; font-weight:bold; }
A.bodyLink:visited 	{ color: purple; text-decoration:none; font-weight:bold; }
A.bodyLink:active 	{ color: navy;  cursor:hand; text-decoration:none; font-weight:bold; }
A.bodyLink:hover 	{ color: navy;  cursor:hand; text-decoration:"underline"; font-weight:bold; }

.menuASO a:link, .menuASO a:visited, .menuASO a:active
{
    color: #333333; 
}

.menuASO a:hover
{
    color: #ff9900; text-decoration:underline;
}

p
{
	line-height: 1.4em;
}

.title
{
    text-transform: uppercase;
    font-family: Arial;
    font-size: large;
    font-weight: bold;
    color: #41519A;
 }

hr {
	border: 0;
	border-top: 2px solid #FFCC00;
	height: 1px;
}

img
{
	border-width: 0;
}

ul
{
	/*list-style-image: url(Images/bullet.jpg); */
	list-style-position: outside;
	list-style-type: disc;
	color: #333333;
	font-family: Arial;
}

.menutextindent
{
    font-size: x-small;
}

/* Headings                    */
/*-----------------------------*/
h1
{
	font-size: large;
	color: #333333;
	font-size:115%;
}

h2
{
	font-family: Arial;
	font-size: 110%;
	color: #333333;
	/* margin-top: 30;
	margin-bottom: -15; */
}
	
h3
{
	font-family: Arial;
	font-size: 95%;
	color: #6B7EBF;
	/* margin-bottom: -15;
		padding-left: 15; */
}

h1, h2, h3, h4
{
	margin: 0;
	font-family: Arial;
}

/* Tables                      */
/*-----------------------------*/	
table
{
	font-size: 11pt;
	font-family:Arial;
	color:#333333;
}

table.header
{
	  background-color:#666666;
}

td.logo
{
	text-align: left;
	width: 184px;
}

td.title 
{
		text-align: center;
		font-family: Arial;
		font-size: x-large;
		font-weight: bolder;
		color: #FFFFFF;
}

td.headerbar 
{
	background-image: url(Images/bar.jpg);
	text-align: right;
	height: 24px;
}

td.menu 
{
	background-color:#FFFFFF;
	width: 140px;
	height: 100%;
	vertical-align: top;
}

td.footer
{
	font-family: Arial;
	font-size:xx-small;
	font-weight: normal;
	color: #333333;
	text-align: right;
	margin-left: 30;
}

td.participantheader
{
	background-color:#666666;
	border-color:#666666;
}

table.participantdonors
{
    border-color:#666666;
}

image.participantheader
{
		border-color:#666666;
}

.wallBorder 
{
border-bottom:#FFCC33;
border-bottom-style:solid;
border-bottom-width:thin;
border-right-color:#FFCC33;
border-right-style:solid;
border-right-width:thin;
border-top-color:#FFCC33;
border-top-style:solid;
border-top-width:thin;
border-left-color:#FFCC00;
border-left-style:solid;
border-left-width:thin;
}