/* CSS Document */

/*this code zeros out all perameters within the page*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset{
	margin:0;
	padding:0;
	border:0;
}

/*set global perameters for the body tag*/
body {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 11px;*/
	color: #000000;
	background-color: #ffffff;/*#bac9ee*/
	text-align: left;
}

/*set new perameters for em, links, p, and header tags*/
em {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
}


a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: underline;
	color: #ffffff;
}
a:active {
	text-decoration: none;
	color: #ffffff;
}


h1{
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:15px;
color:#003399;
/*font-style:normal;
font-weight:bolder;*/
}

h2 {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
/*font-style:normal;
font-weight:bolder;*/
}

h3 {
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:12px;
color:#003399;
/*font-style:normal;*/
/*font-weight:bolder;*/
}

h4 {
font-family: Arial, Verdana,Helvetica, sans-serif;
font-size:14px;
color:#003399;
/*font-style:normal;
font-weight:bolder;*/
}

h5 {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size:11px;
color:#003399;
/*font-style:normal;
font-weight:bolder;*/
}

h6 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

p {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
}

#container {
width:770px;
margin: 0px auto;
background:#FFFFFF;
}

#logo {
    width: 181px;
	height:38px;
	margin-left:50px;
	margin-top:51px;
	background-color:#CC0000;
}

#text {
margin-left: 500px;
margin-top:-30px;
width: 220px;
height: 30px;
}


#franop {
width:133 px;
height:36 px;
background:#003399;
color:#FFFFFF;
margin-left:4px;
margin-right:4px;
padding-top:8px;
padding-bottom:5px;
}

#cust {
width:133 px;
height:36 px;
background:#ffcc33;
color:#003399;
margin-left:4px;
margin-right:4px;
padding-top:8px;
padding-bottom:5px;
}

#mail {
width:133 px;
height:36 px;
background:#FF0000;
color:#FFFFFF;
margin-left:4px;
margin-right:4px;
padding-top:8px;
padding-bottom:5px;
}


.line {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	position: relative;
	height: 160px;
	width: 710px;
	left: 1px;
	top: 5%;
	right: 1px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
	background-position: center center;
	bottom: 5%;
	text-align: left;
}

#team_txt {
	position: relative;
	width: 690px;
	left: 1%;
	top: 2%;
	right: 2%;
	padding-right: 1px;
	padding-left: 1px;
}
