/** 
CSS File


**/

.t10_grey {  
	font-family: tahoma; 
	font-size: 11px; 
	color: #666666; 
	text-decoration: none;
	text-align:center
}
.t10_greyAd {
	font-family: tahoma;
	font-size: 11px;
	color: #990000;
	font-style:italic;
	text-align:center
}
.t11_grey {  
	font-family: tahoma; 
	font-size: 11px; 
	color: #666666; 
	text-decoration: none;
	text-align:left
}
.t11_greyLarger {  
	font-family: tahoma; 
	font-size: 14px; 
	color: #666666; 
	text-decoration: none;
	text-align:center
}
.t10_orange {  
	font-family: tahoma; 
	font-size: 10px; 
	font-weight: bold; 
	color: #FF7800; 
	text-decoration: none
}
.t10_b {  
	font-family: tahoma; 
	font-size: 11px; 
	color: #000000; 
	text-decoration: none
}
/** 
CSS File


**/
a:link {  
		font-family: tahoma; 
		font-size: 11px; 
		color: #0033FF; 
		text-decoration: none;
}

a:visited {  
		font-family: tahoma; 
		font-size: 11px; 
		color: #0033FF; 
		text-decoration: none;
}

a:hover {  
		font-family: tahoma; 
		font-size: 11px; 
		color: #990000; 
		text-decoration: underline;
		text-shadow:#333333;
}

h1 {
	font-size: 14px;
	font-weight: normal;
	color: #000000
}
h2 {
		font-size: 12px; 
		font-weight: normal; 
		color: #003300}
p {
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 10px; 
		vertical-align: top;
		text-align:left;
}
ul {
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 10px; 
		vertical-align: top
}
ol {
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 10px; 
		vertical-align: top
}
.silverinset
{
    BACKGROUND-COLOR: #CDCDCF;
	BORDER-BOTTOM: 2px outset;
    BORDER-LEFT: 1px outset;
    BORDER-RIGHT: 2px outset;
    BORDER-TOP: 1px outset;
    PADDING-BOTTOM: 3px;
    PADDING-LEFT: 3px;
    PADDING-RIGHT: 3px;
    PADDING-TOP: 3px
}
.whiteinset
{
    BACKGROUND-COLOR: white;
    BORDER-BOTTOM: 1px inset;
    BORDER-LEFT: 1px inset;
    BORDER-RIGHT: 1px inset;
    BORDER-TOP: 1px inset;
    PADDING-BOTTOM: 3px;
    PADDING-LEFT: 2px;
    PADDING-RIGHT: 3px;
    PADDING-TOP: 2px
}
