/*Caledus StyleSheet*/





html{
   	 	FONT-FAMILY:  Tahoma, Arial;
    	font-size: x-small;


     
}

body { 
    margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
    color: #FFFFFF;
	background-color: #000000;
	scrollbar-face-color: #000000; 
	scrollbar-highlight-color: #666666;
	scrollbar-shadow-color: #666666;
	scrollbar-3dlight-color: #000000;
	scrollbar-arrow-color: #666666; 
	scrollbar-track-color: #000000;
	scrollbar-darkshadow-color: #000000;

}

td {
	font-size : small
}

/*/*/a{}


body td {
    	font-size : x-small
}

html>head:first-child+body td {
   	 font-size : small
}

/* */


h1{
	color: #999A9B;
	font-weight: bold;
	font-size: 120%;
	text-align: left

}

h2{
	color: #FF6600;
	font-weight: bold;
	font-size: 100%;
	text-align: left

}

.whiteSmCaps{
	color: #FFFFFF;
	font-weight: bold;
	font-size:90%;
	text-align: left;
	text-transform: uppercase;
	text-align: justify;
}

.whiteSm{
	color: #FFFFFF;
	font-weight: bold;
	font-size:70%;
	text-align: left;
}
.orangeSmCaps{
	color: #000000;
	font-weight: bold;
	font-size:90%;
	text-align: left;
	text-transform: uppercase;
	text-align: justify;
}

.whiteBold{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 100%;
	text-align: left;
	text-align: justify
}

.whiteBoldCent{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 100%;
	text-align: center;
	text-transform: uppercase
}

.orangeBold{
	color: #FF6600;
	font-weight: bold;
	font-size: 100%;
	text-align: left;
	text-align: justify
}

.orangeBoldCent{
	color: #FF6600;
	font-weight: bold;
	font-size: 100%;
	text-align: center;
	text-transform: uppercase
}


P {

    	text-align: justify;
		font-size: 80%;
    	line-height: 1.4;
		padding-left: 10px
}

.Pcenter { 
   	color: #FFFFFF;
   	text-align: center
}

.Pleft { 
   	color: #FFFFFF;
   	text-align: left
}

.Pright {   
   	color: #FFFFFF;
   	text-align: right
}



/* links*/

a:link, a:active, a:visited {
   color: #FF6600;
   text-decoration: none;
   font-weight: bold
}


a:hover {
   color: #FF6600;
   text-decoration: underline;
   font-weight: bold
}









  