﻿/* 0 BASIC TAGS */

h1, h2, h3, h4 {
	margin: 1;
	font-family: arial, tahoma, helvetica, sans-serif;
}

p {
	line-height: 1.4em;
}

hr {
	border: 0;
	border-top: 1px solid #bababa;
	height: 1px;
}

a {
	text-decoration: none;
	/*color: #d32525;*/
	color:#003366; 
}

a:visited {
	color:#003366; /* #980000;*/
}

a:hover {
	text-decoration: underline;
	/*color: #e05252;*/
}

a:active {
	color:#003366; /* #980000;*/
}

body {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}


img {
	border-width: 0;
}

/* 1 HEADER */



h1 {
	position: absolute;
	left: 37px;
	top: 12px;
	text-transform: uppercase;
	font-size: 18px;
}

h2 {
	position: absolute;
	left: 37px;
	top: 60px;
	font-size: 11px;
}

/*Regist View*/
.regist 
{
    background-image:url(images/loginbackground.gif);
    background-repeat:no-repeat;
	height: 25px;
}
.Fixedregist 
{
    position:fixed;
    background-image:url(images/loginbackground.gif);
    background-repeat:no-repeat;
    width: 800px;
    height: 35px;
	top:185px;
	left:10%;
	right:10%;
}

.Staticfooter 
{
	background-color:#FF9900;
	text-align: center;
	font-size: 10px;
	color: White;
	bottom:0px;
	vertical-align:text-top;
	position:fixed;
	width: 100%;
	height: 15px;
	left:auto;
	right:auto;

}

.footer 
{
	background-color:#FF9900;
	text-align: center;
	font-size: 10px;
	color: White;
	bottom:0px;
	vertical-align:text-top;
	width: 100%;
	height: 15px;
}

.header 
{
    width: 100%;
	top:0;
}

.Fixedheader 
{
    top:0;
    bottom:0;
    left:auto;
    right:auto;
    width: 100%;
	height:185px;
	vertical-align:top;
    position:fixed;
}


/* 3 FOOTER */

.footerbg {
	background-image: url(images/footer-side.gif);
	background-repeat: repeat-x;
	width: auto;
	height: 30px;
	text-align: center;
}

