body{
        font-family: Arial, sans-serif;
        margin: 0px;
        background-color : #FFFFFF;
}

a{
	color: blue;
	font: normal 12px Arial, sans-serif;
}

#commonTable{
			background : #DCDBDB;
}

#innerCommonTable{
			background : #FFFFFF;
			
}

#languagesTable{
			background : #097D06;
}

#menuTable{
			background : #097D06;
}

/*
#headRow{
			background : #FFFFFF url("images/bground2.gif") repeat-x;
}
*/


#bottomRow{
			background : #097D06;
			
}

#whiteLine{
			background : #FFFFFF			
}

#contentCV{
			/*background : #BED4F8;*/
			padding: 30px 20px 30px 25px;
			font: normal 12px Arial, sans-serif;
}

#subDownCell{
        	background : #DCDBDB url("images/sub_down.gif") repeat-x;
}

#subRightCell{
        	background : #DCDBDB url("images/sub_right.gif") repeat-y;
}

a.whiteLink{
	color: white; 
	font: normal 12px Arial, sans-serif; 
}

p.textWhite{
	color: white;
	text-align: center;
	vertical-align: middle;
	font: normal 12px Arial, sans-serif; 
}

p#textHead{
	text-align: center;
	vertical-align: middle;
	font: italic bold 20px serif, Arial, sans-serif; 
}

p.textCenter{
	text-align: center;
	font: normal 12px Arial, sans-serif; 
}

p.textTitle{
	font: bold 12px Arial, sans-serif; 
}

p.textWithIndent{
	text-indent: 2em;
}

span.textBold{
	font: bold 12px Arial, sans-serif;	
}

div.floatBlock{
	padding: 0px 30px 10px 12px;
	width: 166px;
	float: left;
}

