
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #4d4d50;
	font-size: 15px;
}
.oneColFixCtr #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 00px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

p {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: justify;
	color: #4d4d50;
}

.title {
	font-size: 18px;
	font-weight:bold;
	padding-top:0px;
}

.mytext {
	font-size: 14px;
	color: #4d4d50;
	text-align: justify;
}
.mynote {
	font-size: 11px;
	color: #4d4d50;
	text-align: justify;
}

.copyright {
	font-size: 11px;
	color: #c0c0c0;
	text-align: left;
}
.mywhiteS {
	font-size: 11px;
	color: #c0c0c0;
	text-align: left;
}


.myblue {color: #4d5c9c}
.myblueL {color: #c2c5d0}
.myblueVL {color: #dde0ec}
.mygroup {color: #4d5c9c; font-size: 12px}
.mywhiteL {color: #ffffff; font-size: 16px}


.ntitle {font-size: 36px}

a:link, a:visited	
{text-decoration: none	; color: #4d5c9c;}

a:hover	
{text-decoration: none	; color: #101020;}

a:active	
{text-decoration: none	; color: #4d5c9c;}


a.slink:link, a.slink:visited	
{text-decoration: none	; color: #e9691f; font-weight: bold;}

a.slink:hover	
{text-decoration: none	; color: #B5C29A; font-weight: bold;}

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



a.wlink:link, a.wlink:visited	
{text-decoration: none	; color: #c0c0c0; }

a.wlink:hover	
{text-decoration: none	; color: #dde0ec; }

a.wlink:active	
{text-decoration: none	; color: #c0c0c0; }

a.glink:link, a.glink:visited	
{text-decoration: none	; color: #c0c0c0; }



a.glink:hover	
{text-decoration: none	; color: #ffffff; }

a.glink:active	
{text-decoration: none	; color: #ffffff; }

a.mlink:link, a.mlink:visited	
{text-decoration: none	; color: #dde0ec;}

a.mlink:hover	
{text-decoration: none	; color: #dde0ec; }

a.mlink:active	
{text-decoration: none	; color: #dde0ec; }

/* @group My Group */



/* @end */

