/* CSS Document */

h1 {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #000;
	margin: 0;
	padding: 0;
    text-align:  center;
	font-family: Tahoma;
	
}
td
{

}

.titlebar {
	font-size: 15px;
	line-height: 30px;
	font-weight: bold;
	color: #000;
	margin: 0;
	padding: 5;
	height: 40; 
	border: outset;border-width: 5px;border-color:#0000FF;
	background: url(images/title.gif) center repeat-x;
	text-align: center;
    vertical-align: center;
	font-family: Tahoma;
	
}
/*Sets the padding on each paragraph tag*/
p{
	margin: 0 0 10px 0;
}

.frame
{ 
	background-color:  #FFFFFF;
	border: outset;border-width: 7px;border-color:#FF0000; 
} 

.datatable
{ 
	font-size: 10px; 
	font-face: Tahoma;
	font-weight : bold;
	color: #666666;
	background-color:  #EBE494;
	border: outset;border-width: 5px;border-color:#0000FF; 
	font-family: Tahoma;
	padding: 5px;
	
	
}


 
.content
{ 
	font-family : Tahoma;
	font-size: 12px; 
	font-weight : bold;
	color: #666666;
	background-color:  #EBE494;
	border: outset;border-width: 5px;border-color:#0000FF; 
	background: url(images/background.gif) center repeat-x repeat-y; 
	padding: 10px;
}

.links
{ 
	font-family : Tahoma;
	font-size: 13px; 
	font-weight : bold;
	color: #000000;
	border: outset;border-width: 5px;
	border-color:#339900; 	
	padding:1px;
}

.titleinfo
{
	font-family : Times Roman;
	font-size: 16px; 
	font-weight : bold;
	color: #0000FF;
}

.footer {
	color: #339900;
	
	font-size: 11px;
	line-height: 12px;
	vertical-align : middle;
}

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
color:#000;
background: url(images/blockdefault.gif) center center repeat-x;

}
#menu {
position: inline; /* Menu position that can be changed at will */
top: 0;
left: 0;
}
#menu {
width: 180px;
}
#menu dt {
cursor: pointer;
margin: 2px;
height: 30px;
line-height: 20px;
text-align: center;
font-weight: bold;
border: 3px solid black;
background: url(images/blockdefault.gif) center repeat-x;
}
#menu dd {
border: 3px solid black;
}
#menu li {
text-align: center;
background: url(images/blockdefault.gif) center repeat-x;
font-family : Tahoma;
font-size: 11px; 
font-weight : bold;
line-height: 20px;
}
#menu li a, #menu dt a, #menu dd a {
color: #0000FF;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
background: url(images/blockdefault.gif) center repeat-x;;
}
#menu li a:hover, #menu dt a:hover, #menu dd a:hover {
color: #3300FF;
background: url(images/blockdefault2.gif) center repeat-x;
}







