@import url("menu/menu_style.css");

body
{
	color:      #000000;
	background: #FFFFFF;
/*	background: #9696B6; */
	font-family: arial, helvetica;
	font-size:   11px;
}

#main
{
	background: #FFFFFF;
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	border: 0;
	padding: 20px;
}

a {
   text-decoration: none;
   color: #9C6175; }

a:active {
   color:     #4F4F6F;
   text-decoration: underline;
}

a:hover {
   color:     #4F4F6F;
   text-decoration: underline;
}

h1, h2, h3 {
   font-family: arial,helvetica;
   font-weight: bold;
   color:        #4F4F6F;
}

h2, h3, p {
   margin-left:  30px;
   margin-right: 30px; }

p  { font-size:  11px;
   margin-top:    10px;
   margin-bottom: 10px;
}

h1 { font-size:   24px; }
h2 { font-size:   16px;
   margin-top:    20px;
   margin-bottom: 10px;
}
h3 { font-size:  11px; }

.nav {
   font-family: arial, helvetica;
   font-size: 11px;
   color: #CCCCCC;
   text-align: center;
}

.small {
   font-size: 8pt;
   margin-left:  0em;
   margin-right: 0em; }

.norm {
   text-align:   left;
   margin-left:  0em;
   margin-right: 0em;
   margin-top:   0em;
   margin-bottom: 5px;}


