td,body {
	font-family: tahoma;
	font-size: 12px;
	color: black;
}

.text{text-align:justify;}

.text2{font-size:11px;}

a:link, a:active, a:visited {
	font-family:tahoma;
	color: #2B5FAC;
        font-weight: bold;
	font-size:12px;
        text-decoration: none;
}
a:hover {
	color: #F49059;
        text-decoration: underline;
}


.b:link, .b:active, .b:visited {
	font-family:tahoma;
	color: white;
        font-weight:bold;
	font-size:11px;
        text-decoration: none;
}
.b:hover {
	color: red;
}

.c:link, .c:active, .c:visited {
	font-family:tahoma;
	color: black;
        font-weight:normal;
	font-size:10px;
        text-decoration: underline;
}
.c:hover {
	color: red;
}

.f:link, .f:active, .f:visited {
	font-family:tahoma;
	color: white;
        font-weight:normal;
	font-size:10px;
        text-decoration: underline;
}
.f:hover {
	color: red;
}

.d:link, .d:active, .d:visited {
	font-family:tahoma;
	color: #F49059;
        font-weight:bold;
	font-size:10px;
        text-decoration: none;
}
.d:hover {
	color: #BC4E12;
}

.t{font-size:11px;}

.t:link, .t:active, .t:visited {
	color: #2B5FAC;
	font-size:11px;
}
.t:hover {
	color: #F49059;
}

.r{font-size:11px;}

h1 {
        font-size:12px;
        font-family: Tahoma;
        font-weight: bold;
        color: #7E4B30;
        valign: center;
        display: inline; 
        vertical-align:top;
}

h2 {
        font-size:12px;
        font-family: Tahoma;
        font: bold;
        color: #7E4B30;
        valign: center;
        display: inline; 
        vertical-align:top;
}



.img {BORDER: 1px solid gray; border-thickness: 1px; }
A:hover .img {BORDER: 1px solid gray; border-thickness: 0px ; filter:alpha(opacity=80);}

