.arrayMenu
{
	margin-left:auto;
	margin-right:auto;	
}

.titleDivision
{
	color:#AAAAAA;
	font-weight:900;
	font-size:x-large;
}

.downloadText
{
	color:White;
	font-style:normal;
	text-decoration:none;
}

.downloadLink
{
	background-color:#0088FF; /*back color*/
	
	/*height*/
	padding-top:5px;
	padding-bottom:5px;
	
	/*width*/
	width:500px;
		
	/*round corner*/
	border-radius: 15px 15px;
	-moz-border-radius: 15px;
	
	/*to center the box*/
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
	
	/*font*/
	text-align:center;
	color:White;
	font-weight:900;
}

.link
{
	color:Gray;
	font-style:normal;
	text-decoration:none;
}

.titleBox
{
	background-color:Orange; /*back color*/
	
	/*height*/
	padding-top:20px;
	padding-bottom:20px;
	
	/*width*/
	width:800px;
		
	/*round corner*/
	border-radius: 10px 10px;
	-moz-border-radius: 10px;
	
	/*to center the box*/
	margin-left:auto;
	margin-right:auto;	
	
	/*font*/
	text-align:center;
	color:Gray;
	font-weight:900;
	
}

.titleLine1
{
	/*font*/
	text-align:center;
	color:Gray;
	font-weight:900;
	font-size:larger;
}

.titleLine2
{
	/*font*/
	text-align:center;
	color:Gray;
	font-weight:900;	
}

.pageTitle
{
	/*font*/
	text-align:center;
	color:Gray;
	font-weight:900;
	font-size:x-large;
}

.pageBigSection
{
	background-color:#AA0000; /*back color*/
	
	/*height*/
	padding-top:10px;
	padding-bottom:10px;
	
	/*width*/
	width:800px;
		
	/*round corner*/
	border-radius: 15px 15px;
	-moz-border-radius: 15px;
	
	/*to center the box*/
	margin-left:auto;
	margin-right:auto;	
	
	/*font*/
	text-align:left;
	color:White;
	font-weight:900;	
}

.pageMediumSection
{
	background-color:#770000; /*back color*/
	
	/*height*/
	padding-top:10px;
	padding-bottom:10px;
	
	/*width*/
	width:800px;
		
	/*round corner*/
	border-radius: 15px 15px;
	-moz-border-radius: 15px;
	
	/*to center the box*/
	margin-left:auto;
	margin-right:auto;	
	
	/*font*/
	text-align:left;
	color:White;
	font-weight:900;	
}

.pageSmallSection
{
	background-color:#550000; /*back color*/
	
	/*height*/
	padding-top:10px;
	padding-bottom:10px;
	
	/*width*/
	width:800px;
		
	/*round corner*/
	border-radius: 15px 15px;
	-moz-border-radius: 15px;
	
	/*to center the box*/
	margin-left:auto;
	margin-right:auto;	
	
	/*font*/
	text-align:left;
	color:White;
	font-weight:900;	
}
.textCV
{
	/*font*/
	text-align:justify;
	color:Black;
	font-weight:900;
	line-height:25px;
}
.textCVSmall
{
	/*font*/
	text-align:justify;
	color:Black;
	font-weight:500;
	line-height:25px;
}

.text
{
	/*width*/
	width:750px;
	
	/*to center the box*/
	margin-left:auto;
	margin-right:auto;
	
	/*font*/
	text-align:justify;
	color:White;
	font-weight:900;
	line-height:50px;
}

.textWhite
{
	/*width*/
	width:750px;
	
	/*to center the box*/
	margin-left:auto;
	margin-right:auto;
	
	/*font*/
	text-align:justify;
	color:White;
	font-weight:900;
	line-height:50px;
}

.image
{
	text-align:center;

}

.menu
{
	color:White;
	font-weight:bolder;
	
	display:inline;
	background-color:#222222;
	text-align:center;
	
	padding-top:10px;
	padding-bottom:10px;
	font-size:small;
	
	padding-left:auto;
	padding-right:auto;
	margin-left:auto;
	margin-right:auto;
	
	width:200px;
	
	
}

a.menu:hover
{
	background-color:Orange;}
	
.boxMenu
{
	background-color:Aqua;
	
	padding-top:20px;
	padding-bottom:20px;
	
	width:400px;
	
	text-align:center;
	
	border-radius: 10px 10px;
	-moz-border-radius: 10px;
	
	margin-left:auto;
	margin-right:auto;
		
	
}

img
{
	border:none;
}

a span img
{
	border:none;
}

body
{
	background-color:#222222;
	text-align:center;
}

#tooltip {
    padding: 3px;
    background: #f9f9f9;
    text-align: center;
    font-size: smaller;
    font-weight:bold;
}

