/* Text Styles */

body
{
	font-size: 1em;
        color: #000000;
        font-family: Arial;
}

a:link { color: #2D3134; text-decoration: none; font-size: 1em;}
a:visited { color: #2D3134; }
a:hover, a:active { text-decoration: underline; }
a.imagelink:hover, a.imagelink:active { text-decoration: none; }

p,li,dd {
	color: #000000;
	text-decoration: none;
	margin: 5px 0px 5px 0px;
}

h1 {
	font-size: 2em;
	font-weight: bold;
        text-align:center;
	padding-bottom: 3px;
	color: #2D3134;
	margin: 0px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 3px;
	color: #2D3134;
	margin: 0px;
}

h3 {
        font-size: 12px;
	font-weight: bold;
	padding-bottom: 3px;
	color: #2D3134;
	margin: 0px;
}

br {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

input, textarea {
	color : #2D3134;
	background-color:#FFF;
	font-size: 12px;
}

hr  {
      color: #2D3134;
      width=100%;
    }

.menu
    {
     padding-right:10px;
    }
