/* Body of page */
/* Happens throughout the entire page */

body{ Background = #fff;
font-family: Arial;
color: #000;
}

a{color:#16015a;}
a:visited{color:#000099;}
a:active{color:#bb0000;}
a:focus{color:#bb0000;}
a:hover{color:#bb0000;}


/* This is for the navigation */

#nav{ 
font-size: 10px;
font-family: Verdana;
}


#logo{ 

width: 374px; 
height: 115px;
}

/* This is for the header image on top of every MAS page */


#header{ background-image: url(/Web/mas.gif);
width: 374px; 
height: 143px;
}



/* Main Table throughout every page */

#Table.main{WIDTH: 100%;
CELLPADDING: 3; 
CELLSPACING: 3;
BORDER: 0;
}


/* Main titles */


#Title h1{text-align: center;
font-size: 105%;
}


/* Secondary Titles that are red */

#Title h2{text-align: left;
font-size: 96%;
color: #990000;}

/* This is for the caption under Title H1 */

#caption{ Text-Align: Center;
}