/* 0 BASIC TAGS */

body {
	text-align:center;
	background: #FAEED8;
	margin:0;
	padding:0;
	font-size: 10px;
	font-family : verdana, geneva, arial, sans-serif;
	font-weight: normal;
	color: #2d2d2d;}

	
table {
	font-size: 1em;
}

h1, h2, h3, h4 {
	margin: 0;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 17px;
}

p {
	line-height: 1.4em;
}

hr {
	border: 0;
	border-top: 1px solid #bababa;
	height: 1px;
}

a {
	text-decoration: none;
	color: #fcdc46;
}

a:visited {
	color: #fcdc46;
}

a:hover {
	text-decoration: underline;
	color: #fcdc46;
}

a:active {
	color: #fcdc46;
}


.requiredText {font-family:arial,verdana;font-size:12px;color:red;}
.errorText {font-family:arial,verdana;font-size:11px;color:red;}
.textbox {border: 1px solid #91b38d;vertical-align: middle;padding: 1px;margin: 1px 0 2px 0;}



.CommandButton {
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #FFFFFF;
    FONT-STYLE: normal;
    FONT-FAMILY: Arial, Verdana, Helvetica;
    background-color:#666666;
    /*border-color: #CCCCCC;*/
	border-right: #CCCCCC 1px gradient;
	border-top: #CCCCCC 1px gradient;
	border-left: #CCCCCC 1px gradient;
	border-bottom: #CCCCCC 1px gradient;
    /*border-width: thin;*/
    cursor:hand;
}

