body
{
margin:0px
font-family: 'Calibri';
}

.header {
text-align:center;
	height:90px;
position:fixed;
left:10px;
right:10px;
top:20px
}

.headerLogo
{
float:left;
padding-left:70px;
}

.headerImgGrp
{
padding-right:70px;
float:right;
}

.headerImg
{
height:90px;
}

.blueColor
{
color:#4685F6;
}

.orangeColor
{
color:#F06110;
}


.roundBorder
{
border: 2px solid;
border-color: #58799E;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
}


.contentTitle
{
position:fixed;
left:10px;
right:10px;
top:130px;
text-align:center;
font-family: 'Calibri';
font-weight:bold;
font-size:25px;
color:grey;
}


.buttonBar
{
position:fixed;
left:10px;
right:10px;
top:180px;
text-align:center;
font-family: 'Calibri';
font-size:18px;
}


.menuButton
{
padding:3px;
margin:5px;
}

.cotation
{
padding:5px;
margin:5px;
background-color: #4685F6;
color:white;
}

