body { 	font-family:Verdana, Geneva, Arial, helvetica, sans-serif;
		text-align:left; }
		
/*languages*/

div#languages { 	margin:0 auto 0 auto;
					height:auto;
					width: 848px;
					color: #ffffff;
					background-color:#7669FA; 
					border-bottom: 1px solid #FFFFFF; }

div#languages td.a { 	width: 60px;
						text-align:center;
            			border-right: 1px solid #FFFFFF; }	
				
div#languages td.b { 	width: 60px;
						text-align:center;
            			border-right: 1px solid #FFFFFF; }			

div#languages td.c { 	width: 100px;
						text-align:center;
            			border-right: 1px solid #FFFFFF; }	
				
/*logos*/

div#logos { 	margin:0 auto 0 auto;
				height: 108px;
				width: 848px;
				color: #ffffff;
				background-color: #7669FA; }
				
div#logos tr { 	height: 54px;}

div#logos td.d {	width: 204px;
					text-align:center;	}
				
div#logos td.e {	width: 644px;
					text-align:right;
					padding-right: 11px; }
					
/*links*/

div#links { 	margin:0 auto 0 auto;
				height:auto;
				width: 848px;
				color: #ffffff;
				background-color: #7669FA; }
				
div#links td.f { 	width: 204px;
					text-align: center; }
					
div#links td.g { 	width: 145px;
					text-align: left; }
					
div#links td.h { 	width: 145px;
					text-align: center; }
					
div#links td.i { 	width: 155px;
					text-align: center; }
						
				
/*breadcrumbs*/

div#breadcrumbs { 	margin:0 auto 0 auto;
					width:784px;
					text-align: left;
					padding: 2px 40px 2px 10px;
					border-right: 12px solid #7669FA;
					border-left: 2px solid #7669FA; }

/*main*/

h1 { 	font-size:13px;
		color:#330099; }
		
p.textbold { 	font-size:11px;
				color:#000000;
				font-weight:bold; }
		
p.texttop { 	font-size:10px;
				color:#000000;
				font-weight:bold; }
		
p.textgrey {	font-size:10px;
				text-align:center;
				color:#cccccc;
				font-weight:normal; }
		
p.textgreen {	font-size:10px;
				color:#7669FA;
				font-weight:normal; }
				
p.center { text-align:center ; }
		
a.white:link { 	font-size:10px;
				color:#ffffff;
				font-weight:bold; }
				
a.white:visited { 	font-size:10px;
					color:#ffffff;
					font-weight:bold; }
				
a.black:link { 	font-size:11px;
				color:#000000;
				font-weight:bold;
				text-decoration:underline; }
				
a.black:visited { 	font-size:11px;
					color:#000000;
					font-weight:bold;
					text-decoration:underline; }
				
a.text:link { 	font-size:11px;
				color:#6600CC;
				font-weight:bold;
				text-decoration:underline; }
				
a.text:visited { 	font-size:11px;
					color:#6600CC;
					font-weight:bold;
					text-decoration:underline; }
					
a.green:link {	font-size:11px;
				color:#419d35;
				font-weight:normal;
				text-decoration:underline; }
				
a.green:visited {	font-size:11px;
					color:#419d35;
					font-weight:normal;
					text-decoration:underline; }
					
a.green:hover {	font-size:11px;
				color:#000099;
				font-weight:normal;
				text-decoration:underline; }
				
a.grey:link { 	font-size:10px;
				color:#cccccc;
				font-weight:normal;
				text-decoration:none; }	
			
a.grey:visited { 	font-size:10px;
					color:#cccccc;
					font-weight:normal;
					text-decoration:none; }	

p { font-size:10pt;
	color:#000000; }
	
#main{		margin:0 auto 0 auto;
		width:784px;
		text-align: left;
		padding: 5px 20px 5px 30px;
		border-right: 12px solid #7669FA;
		border-bottom: 2px solid #7669FA;
		border-left: 2px solid #7669FA; }

/* CSS Buttons */
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('../buttons/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('../buttons/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

/*index page table*/

th {
	font-family: Arial, Helvetica, sans-serif; font-size:10px; text-align:left; font-weight:normal;
}

div.greybox {border: solid 1px #000000; padding:0.5ex; background-color:#CCCCCC; }

div.threeborders {border: solid 0 #CCCCCC; border-left-width:1px; padding-left:0.5ex; border-right-width:1px; padding-right:0.5ex; border-bottom-width:1px; padding-bottom:0.5ex; }

div.leftborder {border: solid 0 #CCCCCC; border-left-width:1px; padding-left:0.5ex; border-bottom-width:1px; padding-bottom:0.5ex;}

div.bottomborder {border: solid 0 #CCCCCC; border-bottom-width:1px; padding-bottom:0.5ex; }

div.rightborder {border: solid 0 #CCCCCC; border-right-width:1px; padding-right:0.5ex; border-bottom-width:1px; padding-bottom:0.5ex; }

div.emptycell { empty-cells:show  }