/*Caledus home page StyleSheet*/





html{
   	 	FONT-FAMILY:  Tahoma, Arial;
    	font-size: x-small
     
}

body { 
    margin-top: 8px;
	margin-bottom: 3px;
	margin-left: 0px;
	margin-right: 0px;
    color: #FFFFFF;
	background-color: #333333

}

td {
	font-size : small
}

/*/*/a{}


body td {
    	font-size : x-small
}

html>head:first-child+body td {
   	 font-size : small
}

/* */


.content{	
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 6px;
	padding-bottom: 9px;
	
}
	

h1{
	color: #FF6600;
	font-weight: bold;
	font-size: 120%;
	margin-left: -30px;
	padding-top: 6px;
	text-align: left

}

.whiteSmCaps{
	color: #FFFFFF;
	font-weight: bold;
	font-size:90%;
	text-align: left;
	text-transform: uppercase;
	text-align: justify;
}

.orangeBold{
	color: #FF6600;
	font-weight: bold;
	font-size: 100%;
	text-align: left;
	text-align: justify
}



.copyright{
	color: #999999;
	font-weight: normal;
	font-size: 75%;
	margin-top: 6px;
	text-align: right
}

.paddingTop{
	margin-top: -4px;
	margin-bottom: -8px
}

.paddingLeft{
	padding-left: 12px
}

P {

    	text-align: justify;
    	line-height: 1.4;
		font-size: 80%
}

.Pcenter { 
   	color: #FFFFFF;
   	text-align: center
}

.Pleft { 
   	color: #FFFFFF;
   	text-align: left
}

.Pright {   
   	color: #FFFFFF;
   	text-align: right
}

.tborder {
   	border: 1px solid #999999
}


.borderBottomLeft{
   	border-bottom: 4px Solid #333333;
	border-left: 4px Solid #333333
} 

.borderBottom{
   	border-bottom: 4px Solid #333333
} 

.borderright{
   	border-right: 7px Solid #333333
} 


.borderleft{
   	border-left: 4px Solid #333333
}

.bordertop{
    	border-right: 4px Solid #333333
} 

.borderMenu{
    	border-top: 3px Solid #333333;
		border-bot: 3px Solid #333333
} 




/* links*/

a:link, a:active, a:visited {
   color: #FFFFFF;
   text-decoration: none;
   font-weight: bold;
   font-size: 80%
}


a:hover {
   color: #FF6600;
   text-decoration: underline;
   font-weight: bold;
   font-size: 80%
}


a.linkSitemap:link, a.linkSitemap:active, a.linkSitemap:visited {
	color: #999999;
	font-weight: normal;
	font-size: 80%;
	text-align: left;
	text-decoration: none;

}

a.linkSitemap:hover{
	color: #FF6600;
	font-weight: normal;
	font-size: 80%;
	text-align: left;
	text-decoration: underline;
}









  