html, body {
	margin:0px;
	padding:0px;
}
body {
	background-color: #ffffff;
}
td {
	font-family: Arial;
	font-size: 12px;
	color: #3c3c3d;
	vertical-align: top; 
	padding: 0px;
}

td.logo {
	vertical-align: middle; 
}

a {
	text-decoration: none;
	color: #373737;
}

a:link          {COLOR: #373737;text-decoration: none}
a:active        {COLOR: #9a9a9a;text-decoration: underline}
a:visited       {COLOR: #373737;text-decoration: none}
a:hover         {COLOR: #9a9a9a;text-decoration: underline}

table.main {
	width: 100%;
	border-collapse: collapse;
}

td.capitalize {
                text-transform: lowercase;
}

td.header {
	vertical-align: middle; 
	font-size: 13px;
	color: #CB464F;
        height:25px;
	background-color: #F7F7F7;
        text-align:center;
        font-weight: bold;
        

}

.cr {
	vertical-align: bottom; 
	padding: 0px 20px 10px 0px;
	font-size: 10px;
	color: #373737;
        text-decoration: none;

}

.right {
        width:292px;
	vertical-align: top; 
	font-size: 12px;
	color: #000000;
}

.right_text {
	padding: 0px 20px 0px 20px;
	font-size: 12px;
	color: #000000;
}

.right_text a:link          {COLOR: #000000;text-decoration: none}
.right_text a:active        {COLOR: #000000;text-decoration: underline}
.right_text a:visited       {COLOR: #000000;text-decoration: none}
.right_text a:hover         {COLOR: #000000;text-decoration: underline}

.center {
	padding: 10px 20px 0px 20px;
	font-size: 12px;
	color: #000000;
        text-align: justify;
}

.center a:link          {COLOR: #CB464F;text-decoration: none}
.center a:active        {COLOR: #CB464F;text-decoration: underline}
.center a:visited       {COLOR: #CB464F;text-decoration: none}
.center a:hover         {COLOR: #CB464F;text-decoration: underline}

.text {
	font-size: 12px;
	color: #000000;
        text-align: justify;
}

.text a:link          {COLOR: #CB464F;text-decoration: none}
.text a:active        {COLOR: #CB464F;text-decoration: underline}
.text a:visited       {COLOR: #CB464F;text-decoration: none}
.text a:hover         {COLOR: #CB464F;text-decoration: underline}


h1 {
	font-family: Arial;
	font-size: 35px;
	color: #CB464F;
}

h2 {
	font-family: Arial;
	font-size: 14px;
	color: #373737;
}

h3 {
	font-family: Arial;
	font-size: 14px;
	color: #742c31;
}
.style1 {
	font-weight: bold;
	font-style: italic;
}

