/* This section contains header styles */

a.wm:link { color: blue }

a.wm:visited { color: navy }

a.wm:active { color: yellow }



/* This is Global body formatting */

body { font-family: Arial, Helvetica, Geneva, sans-serif;
		background-color: #2c89c2;
		font-size: 10pt;
		margin-top:0px;
		margin-left:0px;
		margin-bottom:0px;
		text-align:center;
		}

#main {  position:relative; top:0; left:0px; 
		width:745px;
		padding:10px;
		margin-left:auto; margin-right:auto;
		/* border-top:3px double #ffd226; */
		border-bottom:3px double #ffd226;
		border-right:3px double #ffd226;
		border-left:3px double #ffd226;
		background-color: #FFFFFF; }

#content { text-align:left; position:relative;}

table#head { border-collapse:collapse;}

table#head td { padding:0; }

table#menu { width:100%; }

table#menu td { font-weight:bold; background-color:#a8a8a8; padding:7px 0 7px 0;
				border:1px solid white;}

div#footer { padding:5px; }

.bwd { font-style:italic; font-weight:bold; color:#346a9f; }
