@import "Layout.css";

h1,h2,h3,h4,h5,h6,p,hr {
	margin:0 0 10px 0;
}

body {
	font-family:Arial, sans-serif;
	font-size:70%;
	font-weight:bold;
	color:#808080;
}

a:link {
	color:#2D8AB7;
	text-decoration:underline;
}

body a:hover {
	color:#F7BB3C;
}

a:visited {
	color:#2D8AB7;
}

p {
	font-size:100%;
	font-weight:normal;
}

h4 {
	font-size:130%;
}

h5 {
	font-size:120%;
}

h6 {
	font-size:110%;
}

a img 
{
    border:none;
}

input 
{
    color:#808080;
    font-size:100%;
    margin-bottom:10px;
}

span.nomargin input 
{
    margin:0;
}

select 
{
    color:#808080;
    font-size:100%;
    margin-bottom:10px;
}

hr 
{
    background-color:#808080;
    color:#808080;
    border:0;
    height:1px;
}