body
{
  font-family : Arial, Verdana, sans-serif;
  font-size : 12px;
  font-weight : normal;
  color:#999999;
}

td
{
  font-family : Arial, Verdana, sans-serif;
  font-size : 12px;
  font-weight : normal;
  color:#999999;
}

h1
{
  font-family : Arial, Verdana, sans-serif;
  font-size : 14px;
  font-weight : normal;
  color:#999999;
}

h2
{
  font-family : Arial, Verdana, sans-serif;
  font-size : 12px;
  font-weight : normal;
  color:#999999;
}

h3
{
  font-family : Arial, Verdana, sans-serif;
  font-size : 12px;
  font-weight : normal;
  color:#999999;
}

h4
{
  font-family : Arial, Verdana, sans-serif;
  font-size : 12px;
  font-weight : normal;
  color:#ffffff;
}

h5
{
  font-family : Arial, Verdana, sans-serif;
  font-size : 12px;
  font-weight : normal;
  color:#999999;
  line-height: 20px;
  text-align : justify;
}

h6
{
  font-family : Arial, Verdana, sans-serif;
  font-size : 8px;
  font-weight : normal;
  color:#999999;
}

.redlrge {
	font-family : Arial, Verdana, sans-serif;
	font-size: 18px;
	color:#D5001E;

}

.redsm {
	font-family : Arial, Verdana, sans-serif;
	font-size: 12px;
	color:#D5001E;
}

input, select
{
  font-family : Arial, Verdana, sans-serif;
  font-size : 12px;
  font-weight : normal;
  color:#000000;
}

a
{
  font-family : Arial, Verdana, sans-serif;
  font-size : 12px;
  color:#999999;
  font-weight:normal;
  text-decoration: none;
}

a:hover
{
  font-family : Arial, Verdana, sans-serif;
  font-size : 12px;
  color:#bf002a;
  font-weight:normal;
  text-decoration: none;
}

a.Link
{
  font-family : Arial, Verdana, sans-serif;
  font-size : 12px;
  color:#ffffff;
  font-weight:normal;
  text-decoration: none;
}

a.Link:hover
{
  font-family : Arial, Verdana, sans-serif;
  font-size : 12px;
  color:#ffffff;
  font-weight:normal;
  text-decoration: underline;
}

a.MenuLink
{
  font-family : Arial, Verdana, sans-serif;
  font-size : 12px;
  color:#999999;
  font-weight:normal;
  text-decoration: none;
}

a.MenuLink:hover
{
  font-family : Arial, Verdana, sans-serif;
  font-size : 12px;
  color:#ffffff;
  font-weight:normal;
  text-decoration: underline;
}


a.menusublink
{
  font-family : Arial, Verdana, sans-serif;
  font-size : 12px;
  color:#ffffff;
  text-decoration: none;
}

.menusublinkON
{
  font-family : Arial, Verdana, sans-serif;
  font-size : 12px;
  color:#ffffff;
  font-weight: bold;
  text-decoration: none;
}

a.menusublink:hover
{
  font-family : Arial, Verdana, sans-serif;
  font-size : 12px;
  color:#cfcfcf;
  text-decoration: underline;
}

a.footer
{
  font-family : Arial, Verdana, sans-serif;
  font-size : 12px;
  color:#999999;
  font-weight:bold;
}

a.footer:hover
{
  font-family : Arial, Verdana, sans-serif;
  font-size : 12px;
  color:#999999;
  text-decoration: underline;
  font-weight:bold;
}

.pagettl
{
  font-family : Arial, Arial, Verdana, sans-serif;
  font-size : 10pt;
  font-weight : bold;
  color:#ffffff;
}

.tableHeading
{
  background-color: ;
}

.breadcrumb
{
  font-family : Arial, Verdana, sans-serif;
  font-size : 12px;
  font-weight : normal;
  color:#999999;
}
a.breadcrumb
{
  font-family : Arial, Verdana, sans-serif;
  font-size : 12px;
  color:#999999;
  font-weight:normal;
  text-decoration: none;
}

a.breadcrumb:hover
{
  font-family : Arial, Verdana, sans-serif;
  font-size : 12px;
  color:#ffffff;
  font-weight:normal;
  text-decoration: underline;
}

input {
	background:#ffffff;
	border:none;
}

textarea {
	background:#ffffff;
	border:none;
	}
	
select {
	background:#ffffff;
	border:none;
	}



/* form validation css error */

/* error message */
.error {
	/* supply height to ensure consistent positioning for every browser */
	height:20px;
	background-color:#D5001E;
	border: none;
	font-family : Arial, Verdana, sans-serif;
	font-size:11px;
	color:#fff;
	padding:3px 10px;
	margin-top:10px;
	margin-left:40px;


	/* CSS3 spicing for mozilla and webkit */
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius-bottomleft:4;
	-moz-border-radius-topleft:4;
	-webkit-border-bottom-left-radius:4;
	-webkit-border-top-left-radius:4;

	
}

.error p {
	margin:3px;		
}



.error em {
	display:block;
	width:0;
	height:0;
	border:10px solid;
	border-color:#D5001E transparent transparent;

	/* positioning */
	position:absolute;
	bottom:-17px;
	left:30px;
}


/* error container */
#errors {
	background-color:#D5001E;
	color:#fff;
	width:200px;
	padding:20px;
	
	display:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;			
}


/* title */
#errors h2 {
	margin:-5px 0;
	color:#fff;
	font-size:14px;
}


