/* CSS Document */


/* General tags */
* {
	margin:0; padding:0; 
}

#generalBody{
	height:100%;
	background-color:#FBFBFB;
	color: #6f6f6f;
	font-family:"trebuchet ms",sans-serif;
	font-size: 11px;
	line-height:18px;
	text-align:justify;
	background-image:url(img/generalBG.jpg); 
	background-repeat:repeat-x;
	background-position:top;
	
}


html {
	height:100%; 
}


img {
	border:0px;
}


H1,H2,H3,H4,H5,H6 { 
	font-family:Trebuchet MS;
	margin-bottom:15px;
	margin-top:0px;
	font-weight:normal;
	color:#ff0078;
}

/* Header tags */
H1, H1 *{
	font-size: 24px;
}

H2, H2 *{
	font-size: 22px;
}

H3, H4 *{
	font-size: 20px;
}

H4, H4 *{
	font-size: 18px;
}

H5, H5 *{
	font-size: 16px;
}

H6, H6 *{
	font-size: 14px;
}

/* link tags */


#contentHolder * A:link{
color:#FF0078;
text-decoration:none;
}

#contentHolder * A:visited{
color:#C91822;
text-decoration:none;
}

#contentHolder * A:active{
color:#FF0078; 
text-decoration:none;                                           
}

#contentHolder * A:hover{
color:#FF0078;
text-decoration:none;
}

/* tables styles */

table{
	border-collapse:collapse;
}

td{
	text-align:justify;
	vertical-align:top;
}

tr{

}

/* list styles */

ul {

	/*margin-left:25px;*/
}

ol{
	/*margin-left:25px;*/
}

li{
 
}

/* horizontal line */ 
hr {
      border: 0;
	  color: #551300;
      background-color: #ffffff;
      height: 1px;
}

table.sample * {
	font-size:11px;
}

table.sample {
	border-width: 1px;
	border-style: outset;
	border-color: #C9E0E4;
	border-collapse: collapse;
}
table.sample th {
	border-width: 1px;
	padding: 5px;
	border-style: inset;
	border-color: ##C9E0E4;
	background-color:#FF0078;
	color:#ffffff;
	text-align:left;
}
table.sample td {
	border-width: 1px;
	padding: 5px;
	border-style: inset;
	border-color: #C9E0E4;
}

table.sample * img
{
    border:1px solid #BABFC3;
}

.even {
	background-color: #E8F7FF;
}