/* a class is for all links without an assigned class */
a {
 font-size: 75%;
 background-color: white;
 text-decoration : none;
 font-family : verdana,helvetica,arial,sans-serif;
 color : rgb(162,29,33);
 font-weight : bold;
}

a:hover {
background-color: white;
color : rgb(43,62,90); 
text-decoration : underline;
} 


a.big {
 font-size: 100%;
 background-color: white;
 text-decoration : none;
 font-family : verdana,helvetica,arial,sans-serif;
 color : rgb(162,29,33);
 font-weight : bold;
}

a.big:hover {
background-color: white;
color : rgb(43,62,90); 
text-decoration : underline;
} 


td.formsmall
{
font-family : verdana,helvetica,arial,sans-serif;
color : rgb(0,0,0);
font-size : 70%;
}


td.form
{
font-family : verdana,helvetica,arial,sans-serif;
color : rgb(0,0,0);
font-size : 80%;
}


input[type="text"]
{
font-family : verdana,helvetica,arial,sans-serif;
color : rgb(0,0,0);
font-size : 70%;
}

input[type="submit"]
{
font-family : verdana,helvetica,arial,sans-serif;
color : rgb(0,0,0);
font-size : 70%;
}

select
{
font-family : verdana,helvetica,arial,sans-serif;
color : rgb(0,0,0);
font-size : 70%;
}

td.header
{
font-family : verdana,helvetica,arial,sans-serif;
background-color:#FFFFFF;
color : rgb(162,29,33);
font-size : 100%;
font-weight : bold;
}

p.header
{
font-family : verdana,helvetica,arial,sans-serif;
background-color:#FFFFFF;
color : rgb(162,29,33);
font-size : 95%;
font-weight : bold;
text-align : center;
}

p.body
{
font-family : verdana,helvetica,arial,sans-serif;
color : rgb(0,0,0);
font-size : 80%;
text-align : justified;
}

p.small
{
font-family : verdana,helvetica,arial,sans-serif;
color : rgb(0,0,0);
font-size : 70%;
}


ul
{
font-family : verdana,helvetica,arial,sans-serif;
color : rgb(0,0,0);
font-size : 80%;
}