@charset "utf-8";

@font-face {
	font-family: 'MTCORSVA';
	src: url('/fonts/MTCORSVA.eot');
	src: local('MTCORSVA'), url('/fonts/MTCORSVA.woff') format('woff'), url('/fonts/MTCORSVA.ttf') format('truetype');
}

@font-face {    
	font-family: 'fontin_sans_rgitalic';    
	src: url('/fonts/Fontin_Sans_I_45b-webfont.eot');    
	src: url('/fonts/Fontin_Sans_I_45b-webfont.eot?#iefix') format('embedded-opentype'),         
	url('/fonts/Fontin_Sans_I_45b-webfont.woff2') format('woff2'),         
	url('/fonts/Fontin_Sans_I_45b-webfont.woff') format('woff'),         
	url('/fonts/Fontin_Sans_I_45b-webfont.ttf') format('truetype'),         
	url('/fonts/Fontin_Sans_I_45b-webfont.svg#fontin_sans_rgitalic') format('svg');    
	font-weight: normal;    
	font-style: normal;
}


@font-face{
	font-family:'FontAwesome';
	src:url('/fonts/fontawesome-webfont.eot?v=4.3.0');
	src:url('/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),url('/fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),url('/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'),url('/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),url('/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
	font-weight:normal;
	font-style:normal}

body{
	font-family: fontin_sans_rgitalic;	
	font-size: 18px;
	color: white;
}


h1{
	font-family:fontin_sans_rgitalic;
	font-size:1.6em;
	color: white;	
	margin-left: 4px;
	margin-bottom: 20px;
	
}

h2{
	font-family:fontin_sans_rgitalic;
	font-size:1.1em;
	color: white;	
	margin-bottom: 10px;
	margin-top: 10px;
}

.center{
	text-align: center;
}

hr{	
	height: 1px;
	border: 0;
	border-bottom: 1px solid #99BFC9;
}

img.shadow{
	border: 1px solid #99BFC9;
	
	-moz-border-radius: 10px 50px 10px 50px;
	-webkit-border-radius: 10px 50px 10px 50px;
	border-radius: 10px 50px 10px 50px;

	box-shadow: 5px 5px 3px #99BFC9;	
}


a, a:visited{
	color: white;
}
	
/* ==============================
	Color Picker
===============================*/

.all1{float:top;width:16px;height:4px;background:blue;}
.all2{float:top;width:16px;height:4px;background:yellow;}
.all3{float:top;width:16px;height:4px;background:red;}
.all4{float:top;width:16px;height:4px;background:green}
.color{
	width:16px;
	height:16px;
	float:left;
	margin-right:10px;
	cursor:pointer;
	border: solid 1px lightgrey;
}
div.color.white{background:white;}
div.color.blue{background:blue;}
div.color.black{background:black;}
div.color.turquoise{background:lightseagreen;}
div.color.green{background:green;}
div.color.grey{background:grey;}
div.color.yellow{background:yellow;}
div.color.orange{background:orange;}
div.color.red{background:red;}
div.color.pink{background:pink;}
div.color.purple{background:purple;}
div.color.beige{background:khaki;}
div.color.brown{background:saddlebrown;}
