﻿body	{ padding:0; margin:0; text-align:center; font-family: Arial; font-size: 11px; line-height: 13px; background-color: #F5F5F2; }
img		{ padding:0; margin:0; border:0; }
p		{ line-height: 16px; color: #333333; margin: 0 0 10px 0; /*padding-left: 10px;*/ }
div		{ font-family: Arial; font-size: 11px; }
address	{ font-family: Arial; font-size: 11px; line-height: 11px; color: #333333; font-style: italic; }
table	{ line-height: 14px; }

h1		{ font-size: 13px; margin: 0px 0px 10px 0px; line-height: 13px; font-weight: bold; }
h2		{ font-size: 13px; margin: 0px 0px 10px 0px; line-height: 13px; font-weight: bold; }
h3		{ font-size: 11px; margin: 0px 0px 10px 0px; line-height: 11px; font-weight: bold; }
h4		{ color: #143352; font-size: 11px; margin: 5px 0px 5px 0px; line-height: 11px; font-weight: bold; }
h5		{ font-size: 12px; margin: 0px 0px 10px 0px; line-height: 12px; font-weight: normal; }
h6		{ font-size: 12px; margin: 0px 0px 10px 0px; line-height: 12px; font-weight: normal; }

a,
a:visited,
a:active	{ text-decoration: none; color:#155BA1; }
a:hover		{ text-decoration: underline; }

ul			{ margin:6px 0px; padding-left:20px; }
ul li		{ padding:5px 0px; }

input,
textarea,
select	{ color: #333333; font-weight: normal; font-family: Arial; font-size: 10px; }
.message {font-weight:bold; color:#ff0000; padding:10px; margin:0px; display:block; background-color:#F5F4EF }
.required	{ color: Red; }

.FailMessage	{ background:white url(../images/icon_warning.gif) no-repeat 7px 6px; border:solid 1px #E6E4D7; color:#CC0000; line-height:29px; padding-left:29px; margin-bottom:15px; }
.SuccessMessage { background:white url(../images/icon_success.gif) no-repeat 7px 6px; border:solid 1px #E6E4D7; color:#009900; line-height:29px; padding-left:29px; margin-bottom:15px; }

