﻿body {background-image: url('images/menuback.gif')
}

.htd{
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: 700;
	color: #1133FE;
	background-color: #FFCC00;
	text-align: center;
	height: 28px;
}
.ctd{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: 700;
	color: #ffffff;
	background-color: #1133FE;
	text-align: center;
	height: 25px;
}
}
#Heading1 {
	margin-top: 0px;
	margin-bottom: 0px;
}
/* Folowing used on menu pages to format the table that holds the menu */
#MenuTable { 
border-width: 4px;
} 
/* Folowing used on menu pages to format each cell of the table */
/* if the menu item is one cell wide use this for <TD> */
#Menutd { 
/* background-color:#ccc;   */
/* border:1px solid #172463;   */
width:150px;
text-align: center; vertical-align:middle;
} 
/* if the menu item has two cells use this for right cell <TD> */
/* That is the cell that contains the menu item                */
#Menutdr { 
/* background-color:#ccc;   */
/* border:1px solid #172463;   */
width:130px; 
text-align: center; vertical-align:middle;
} 
/* if the menu item has two cells use this for left cell <TD> */
/* That is the empty cell                                     */
#Menutdl { 
width:20px;
text-align: center; vertical-align:middle;
margin-right:auto;
margin-left:auto;
} 
a#link { 
display:block; 
width:133%; 
font-family:arial,helvetica,sans-serif; 
font-size:18px; font-weight:600;
color:cccccc; 
text-decoration:none; 
} 
a#link #spanLink { 
display:block; 
padding:2px; 
font-size: 14px
} 
a#link:hover { 
color:#ffffff; 
} 
a#link:active{ 
color:#ffffff; 
} 

A.type2:link    {color:#ffffff; text-decoration:none; font-size: large;}
A.type2:visited {color:#ffffff; text-decoration:none; font-size: large;}
A.type2:active  {color:#ffffff; text-decoration:none; font-size: large;}
A.type2:hover   {color:#ff0000; text-decoration:none; font-size: large}
