a.menu:link {
	color: #3151A5; 
	font-weight: bold; 
	text-decoration:none
}

a.menu:active {
	color: #F7BE21; 
	font-weight: bold; 
	text-decoration:none
}

a.menu:visited {
	color: #3151A5; 
	font-weight: bold; 
	text-decoration:none
}

a.menu:hover {
	color: #777777; 
	font-weight: bolder; 
	text-decoration:none
}

a.topMenu:link {
	color: #777777; 
	text-decoration:none
}

a.topMenu:active {
	color: #F7BE21; 
	text-decoration:none
}

a.topMenu:visited {
	color: #777777; 
	text-decoration:none
}

a.topMenu:hover {
	color: #3151A5; 
	text-decoration:none
}

.normal {
	color: #777777
}

.blue {
	color: #3151A5
}

.red{
	color: #ff0000
}

.white{
	color: #ffffff
}

.black {
	color: #000000
}

.brown {
	color: #663300
}

.grey1 {
	color: #484848
}

.heading {
	color: #3151A5;
	font-size: 120%;
        font-weight: bold;
}

.heading1 {
	color: #3151A5;
	font-size: 110%;
        font-weight: bold;
}


.huge {
        font-size: 200%;
        font-weight: bold;
}


.section {
	color: #3151A5;
}

body {
	font-family: arial;
	color: #777777
}

table.membership
{
    border: solid 1px #3151A5;
}

table.dod
{
    background-color:#3151A5;
    color:#ffffff;
}

.trL { background-color:#ffffcc}
.trB { background-color:#ffffcc;font-weight: bold }
