/* 
------------------------------------------------------- 
standard base elements   
	                                    
------------------------------------------------------- 
*/

body{
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	margin: 0px;
	padding: 0px;
	color: #012c66;
}

th, td { 
  font-family: Verdana, Arial, Helvetica, sans-serif;  color: #012c66;
}

p {
	text-align:left;
	color: #012c66;
}

img {
	border:0px;
}
img.putleft { margin-bottom: 10px; margin-right: 10px;}
img.putright { margin-bottom: 10px; margin-left: 10px;}


h1, h2, h3, h4, h5, h6 { text-align: left }
h1{
	color: #9d2f6c;
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 8px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
}

h2 {
	color: #012c66;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 2px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
}


a {
    background: none transparent scroll repeat 0% 0%;
    color: #9d2f6c;
}
A:hover
{
    color: #9d2f6c;
    background-color: #f5e5ee;
    text-decoration: none;
}

@media aural {  
  h1, h2, h3 { stress: 20; richness: 90 }
  .hide { speak: none }
  p.copyright { volume: x-soft; speech-rate: x-fast }
  dt { pause-before: 20% }
  pre { speak-punctuation: code } 
}

input {
    color: #012c66; 
    border: #bfb7d0 1px solid;
    background-color: #ffffff;
    font-size: 90%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

select {
    color: #012c66; 
    border: #bfb7d0 1px solid;
    background-color: #ffffff;
    font-size: 90%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

textarea {
    color: #012c66; 
    background-color: #ffffff;
    border: #bfb7d0 1px solid;
    font-size: 90%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

fieldset {
	border-color: #bfb7d0;
	border-style: solid;
	border-width: 1px;
	padding: 15px;
	color: #9d2f6c;
}

form{
	display: inline;
	margin: 0px;
	padding: 0px;
}

label 
{
	 color: #8d84ac; 
}

legend {
	color: #9d2f6c;
	font-weight: bold;
	margin-bottom: 10px;
}

sup {
	font-size: 90%;
}