@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Roboto-Cn';
    src: url('fonts/RobotoCondensed-Regular-webfont.eot'),
		 url('fonts/RobotoCondensed-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/RobotoCondensed-Regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-LtCn';
    src: url('fonts/RobotoCondensed-Light-webfont.eot'),
		 url('fonts/RobotoCondensed-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/RobotoCondensed-Light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-BdCn';
    src: url('fonts/RobotoCondensed-Bold-webfont.eot'),
		 url('fonts/RobotoCondensed-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/RobotoCondensed-Bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/*Fonts*/


.fontBlue{
	color:#3498db;
}

.fontOrange{
	color:#e67e22;
}

.fontRed{
	color:#e74c3c;
}

.fontGreen{
	color:#009946;
}

.bold{
	font-weight:bold;
}

.tright{
	text-align:right;
}

.tleft{
	text-align:left;
}

.label{
	font-size:13px;
	color:#6c6c6c;
	margin-right:5px;
}


