﻿@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.content {
	padding-top: 5px;
	padding-left: 60px;
}
.redtext {
	color: #c41230;
}
/*#form {
background-color: #c41230;
}*/
input {
	background-color: #FFFFFF;
	border: 1px solid #010101;
	font-weight: bold;
}
textarea {
	background-color: #FFFFFF;
	border: 1px solid #010101;
}


.bottomnav a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #010101;
	line-height: 24px;
	font-weight: normal;
}
.bottomnav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #c41230;
	line-height: 24px;
	font-weight: normal;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 24px;
	font-weight: normal;
}
td, p { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px 
}
h1 { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 22px 
}
a.wa { 
	font-size: 14px; 
	font-weight: bold 
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFFFFF;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -275px;
left: -5px; /*position where enlarged image should offset horizontally */
z-index: 51;
}
#ie_fixer .thumbnail:hover span{
	margin-top: 225px;	
}
