/* 
------------------------------------------------------- 
standard base elements   
	                                    
------------------------------------------------------- 
*/

body{
	background-color: #c9d3e5;
	background-image: url(../images/page_back.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	margin: 0px;
	padding: 0px;
	color: #3c4041;
}

th, td { 
  font-family:  Arial, Verdana, Helvetica, sans-serif;  color: #3c4041;
}

p {
	text-align:left;
}

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: #ad0e5c;
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
}

h2 {
	color: #3c4041;
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 2px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
}

h3 {
	color: #404040;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
}



a {
    background: none transparent scroll repeat 0% 0%;
    color: #ad0e5c;
    text-decoration: none;
}
A:hover
{
   background-color: #fcecf4;
	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: #404040; 
    border: #a3b6db 1px solid;
    background-color: #ffffff;
    font-size: 100%;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    padding-left: 5px;
}

select {
    color: #404040; 
    border: #a3b6db 1px solid;
    background-color: #ffffff;
    font-size: 100%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

textarea {
    color: #404040; 
    border: #a3b6db 1px solid;
    background-color: #ffffff;
    font-size: 100%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding-left: 5px;
}

fieldset {
	border-color: #a3b6db;
	border-style: solid;
	border-width: 0px;
	padding: 0px;
	color: #5377bc;

}

form{
	display: inline;
	margin: 0px;
	padding: 0px;
}

legend {
	color: #3c4041;
	font-weight: bold;
	margin-bottom: 10px;
	text-indent: -1px;
	font-size: 110%;
}

label 
{
    color: #4e6691;
}

sup {
	font-size: 90%;
}

#ButtonSubmit 
{
	border: none;
	font-weight: bold;
	color: #7e3b98;
	width: 98px;
	cursor: pointer;
	text-align: left;
	
}