a
{
font-family : Arial;
font-size : 12px;
text-decoration : none;
color : #303A91;
font-weight : bold;
}

a:hover
{
font-family : Arial;
font-size : 12px;
text-decoration : none;
color : #FF6600;
font-weight : bold;
}

a:active
{
text-decoration : none;
font-family : Arial;
font-size : 12px;
color : #303A91;
font-weight : bold;
}

input
{
font-size : 11px;
background-color : #D9DCEB;
border : solid 1px #B6B7CB;
font-family : Arial;
}

textarea
{
background-color : #D9DCEB;
font-family : Arial;
font-size : 11px;
border : solid 1px #B6B7CB;
}

select
{
border : solid 1px #B6B7CB;
background-color : #D9DCEB;
font-family : Arial;
font-size : 11px;
}

