body{
background-color			: #FFFFFF;
}

td{
font-family					: arial,helvetica;
font-size					: 12px;
color						: #000000;
}

a{
font-family					: arial,helvetica;
font-size					: 12px;
font-weight					: bold;
color						: #666666;
text-decoration				: none;
}

a:hover{
font-family					: arial,helvetica;
font-size					: 12px;
font-weight					: bold;
color						: #FF0000;
text-decoration				: underline;
}

h1{
font-family					: arial,helvetica;
font-size					: 13px;
font-weight					: bold;
color						: #000000;
}

.addressInfo{
font-family					: arial,helvetica;
color						: #666666;
text-align					: left;
font-size					: 11px;
}

.lineDotted{
height						: 20px;
vertical-align				: middle;
background-repeat			: repeat-x;
background-position			: bottom left;
}

.horizontalLine{
height						: 1px;
color						: #E1E1E1;
}

.mainTable{
border-width				: 1px;
border-style				: solid;
border-color				: #666666;

}

.contentColumn{
width						: 500px;
border-width				: 0px;
border-right-width			: 1px;
border-style				: solid;
border-color				: #666666;
padding-right				: 5px;
padding-left				: 5px;
}