﻿@font-face { font-family:"Ubuntu"; src:url('Fonts/Ubuntu-R.ttf'); font-weight:normal; font-style:normal; }
@font-face { font-family:"Ubuntu"; src:url('Fonts/Ubuntu-RI.ttf'); font-weight:normal; font-style:italic; }
@font-face { font-family:"Ubuntu"; src:url('Fonts/Ubuntu-B.ttf'); font-weight:bold; font-style:normal; }
@font-face { font-family:"Ubuntu"; src:url('Fonts/Ubuntu-BI.ttf'); font-weight:bold; font-style:italic; }
@font-face { font-family:"Ubuntu-L"; src:url('Fonts/Ubuntu-L.ttf'); font-weight:normal; font-style:normal; }
@font-face { font-family:"Ubuntu-L"; src:url('Fonts/Ubuntu-LI.ttf'); font-weight:normal; font-style:italic; }
@font-face { font-family:"Ubuntu-L"; src:url('Fonts/Ubuntu-M.ttf'); font-weight:bold; font-style:normal; }

html, body
{
    margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	background-color:#FFFFFF;
	font-family:"Ubuntu-L";
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	color:#222222;
}

a img { 
	border: 0px;
}
a {
    cursor:pointer;
    color:#333333;
    font-weight: normal;
	text-decoration: none;
}
a:hover  {
    color:#000000;
    font-weight: normal;
	text-decoration: underline;
}

.LinkCor {
	color:#005c9c;
	font-weight:normal;
	text-decoration:none;
}
.LinkCor a {
	color:#005c9c;
	font-weight:normal;
	text-decoration:none;
}
.LinkCor a:hover {
	color:#005c9c;
	font-weight:normal;
	text-decoration:underline;
}

.LinkBranco {
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
}
.LinkBranco a {
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
}
.LinkBranco a:hover {
	color:#EEEEEE;
	font-weight:normal;
	text-decoration:underline;
}

.Panel_400 {
    width:400px;
    margin:0px auto;
}
.Panel_600 {
    width:600px;
    margin:0px auto;
}
.Panel_900 {
    width:900px;
    margin:0px auto;
}
.Panel_Interior {
    float:left;
    width:100%;
}