﻿body 
{
	font-family:Arial, Helvetica;
}


.HeadingText
{
	font-weight: bold;
	font-size: 18pt;
	width: 550px;
	border-bottom-style:groove;
}

.MainPageText
{
	padding-top: 25px;
	font-size: 11pt;
	width: 550px;
}

.InstructionText
{
	font-size: 10px;
	font-weight: bold;
}

.OnlineServicesText
{
	font-size: 12px;
	font-weight: bold;
	color: #0090d2;
	padding-right: 15px;
}

.RequiredField
{
	padding-left: 5px;
	color: Red;
}


.FastwebLogin
{
	font-size: 9pt;
	text-align: center;
}

.Links
{
	font-size: 11pt;
	color: #00578E;
}

a:Hover.Links
{
	font-size: 11pt;
	color: #00578E;
}

.FooterLinks
{
	font-size: 9pt;
	text-align: center;
	color: #00578E;
}

a:Hover.FooterLinks
{
	font-size: 9pt;
	text-align: center;
	color: #00578E;
}

.FooterText
{
	font-size: 8pt;
	text-align: center;
}

.LeftMarginArea
{
	width:50%; 
	background-position:right; 
	background-image:url(Images/Left-Page-Background.jpg)
}

.RightMarginArea
{
	width:50%; 
	background-position:left; 
	background-image:url(Images/Right-Page-Background.jpg)
}

.LeftBodyTableCell
{
	border-left-width:1px; 
	border-left-style:solid; 
	border-left-color:Black; 
	padding-left:10px;
}

.RightBodyTableCell
{
	border-right-width:1px; 
	border-right-style:solid; 
	border-right-color:Black; 
	padding-right:10px;
}

.CenterBodyTableCell
{
}

.FullWidthBodyTableCell
{
	border-left-width:1px; 
	border-left-style:solid; 
	border-left-color:Black; 
	padding-left:10px;
	border-right-width:1px; 
	border-right-style:solid; 
	border-right-color:Black; 
	padding-right:10px;
}

.LeftBottomBodyTableCell
{
	border-left-width:1px; 
	border-left-style:solid; 
	border-left-color:Black; 
	padding-left:10px;
	border-bottom-width:1px; 
	border-bottom-style:solid; 
	border-bottom-color:Black; 
	padding-bottom:10px;
}

.RightBottomBodyTableCell
{
	border-right-width:1px; 
	border-right-style:solid; 
	border-right-color:Black; 
	padding-right:10px;
	border-bottom-width:1px; 
	border-bottom-style:solid; 
	border-bottom-color:Black; 
	padding-bottom:10px;
}

.CenterBottomBodyTableCell
{
	border-bottom-width:1px; 
	border-bottom-style:solid; 
	border-bottom-color:Black; 
	padding-bottom:5px;
}

.BottomLeftMarginArea
{
	width:50%; 
	background-position:top right; 
	background-image:url(Images/Left-Bottom-Background.jpg)
}

.BottomRightMarginArea
{
	width:50%; 
	background-position:top left; 
	background-image:url(Images/Right-Bottom-Background.jpg)
}

.BottomMarginArea
{
	background-position:top; 
	background-image:url(Images/Bottom-Page-Background.jpg)
}

