@charset "UTF-8";
body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size:100%;
  text-align : center ;
	min-width : 960px ;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

td.content
{
padding:5px;
}

td.contentbigimage
{
padding:18px;
}

td.smallimage
{
vertical-align:bottom;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

h1
{
color:#e2383f;
font-size:1em;
left:10px;
}


h3
{
color:#e2383f;
font-size:0.975em;
font-weight:200;
left:10px;
}

a:link {
	color:#e2383f;
	text-decoration:none;
}      /* unvisited link */
a:visited {
	color:#99212A;
}  /* visited link */
a:hover {
	color:#99212A;
}  /* mouse over link */
a:active {
	color:#368CC7;
}  /* selected link */

p
{
font-size:0.72em;
left:20px;
}


p3
{
color:#e2383f;
font-size:0.975em;
font-weight:200;
left:10px;
}

p.padding
{
padding-top:25px;
padding-bottom:25px;
padding-right:50px;
padding-left:50px;
}
p.uppercase {text-transform:uppercase;}
p.lowercase {text-transform:lowercase;}
p.capitalize {text-transform:capitalize;}

div.wrapper {
width : 960px ;
text-align : center ;
margin-left : auto ;
margin-right : auto ;
position : relative ;
} 

div.header {
width : 960px ;
background-color:#e2383f;
} 
div.copyright {
font-size:0.52em;
color:#e2383f;
text-align:right;
padding-right:25px;
text-decoration:none;
} 