p, body, td {
font-family : verdana, arial, helvetica, sans-serif ;
font-size : 11px ;
color : #193601 ;
font-weight : normal;
}

.whiteText {
font-family : verdana, arial, helvetica, sans-serif ;
font-size : 11px ;
color : #ffffff ;
font-weight : normal;
}

.yellowText {
font-family : verdana, arial, helvetica, sans-serif ;
font-size : 11px ;
color : #FDBF02 ;
font-weight : normal;
}

h1 {
font-family : verdana, arial, helvetica, sans-serif ;
font-size : 12px ;
color : #9E1845 ;
font-weight : bold;
}

.heading {
font-family : verdana, arial, helvetica, sans-serif ;
font-size : 12px ;
color : #9E1845 ;
font-weight : bold;
}


.textbox {
padding: 10px;
}

.greenbox {
background-color : #447021 ;
padding: 10px;
}

.yellowbox {
background-color : #E9B64D ;
padding: 10px;
}

.contentbox {
background-color : #F9EACC ;
padding: 10px;
}

.redBg {
background-color : #9E1845 ;
}

.whiteBg {
background-color : #FFFFFF ;
}

.yellowBg {
background-color : #DF9700 ;
}

.greenBg {
background-color : #447021 ;
}

a {
font-family : verdana, arial, helvetica, sans-serif ;
font-size : 11px ;
color : #ffffff ;
font-weight : bold;
text-decoration : none;
background-color: #9E1845 ;
}

a:hover {
font-family : verdana, arial, helvetica, sans-serif ;
font-size : 11px ;
color : #ffffff ;
font-weight : bold;
text-decoration : underline;
background-color: #447021 ;
}

a.utility {
font-family : verdana, arial, helvetica, sans-serif ;
font-size : 11px ;
color : #ffffff ;
font-weight : bold;
text-decoration : none;
background-color: #DF9700 ;
}

a.utility:hover {
font-family : verdana, arial, helvetica, sans-serif ;
font-size : 11px ;
color : #ffffff ;
font-weight : bold;
text-decoration : underline;
background-color: #DF9700 ;
}

input {
font-family : verdana, arial, helvetica, sans-serif ;
font-size : 11px ;
color : #000000 ;
font-weight : normal ;
}

.inputBox {
border-left : 1px solid ;
border-right : 1px solid ;
border-top : 1px solid ;
border-bottom : 1px solid ;
border-color: #630208 ;
background-color : #ffffff ;
}

img.whiteBorder {
border-top : 1px solid #ffffff;
border-right : 1px solid #ffffff;
border-bottom : 1px solid #ffffff;	
border-left : 1px solid #ffffff;
}