/* CSS Document */


.Content {
        font-family: Arial, Helvetica, sans-serif;
        text-align: left;
        font-size: 13px;
        font-color: #339966;
}

h1 {
        font-family: arial;
        font-size: 18px;
        font-color: #660099;
}


.cssbutton2{
background-color: #d1ec4c;
border: 2px #d1ec4c outset;
padding: 1px 4px;
color: black;
text-decoration: none;
font: bold 90% "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

.cssbutton2:visited{
color: black;
}

.cssbutton2{
background-color: #bde6f3;
border-color: #bde6f3;
margin-left: 6px;
}

.cssbutton2:hover{
border-style: inset;
color: black;
background-color: #e3f48e;
padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
}

.cssbutton2:active{
color: black;
}

.cssbutton2:hover{
background-color: #dbf2f9;

}.warningbox {
	border: 1px solid #FF0000;
	padding: 5px;
	font-style: italic;
}

.bottomdotted {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #000000;
	padding-bottom: 10px;
}
