/* CSS Document */
body {
	background-color:#ffffff;
	margin:0px;
	color: #666666;
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	background: url(images/Bg.gif) repeat-x 0px 0px;
	text-decoration: none;
}

p, table, tr, td {
	color: #363835;
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	text-decoration: none;
} 
p a, table a, tr a, td a {
	color: #363835;
	text-decoration: none;
} 
p a:hover, table a:hover, tr a:hover, td a:hover {
	color: #363835;
	text-decoration: underline;
} 

h1 {
	color: #ffffff;
	font-family: arial, tahoma, verdana;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	background:  url(images/heartbullet.gif) no-repeat 600px 5px;
	padding: 0px 15px 10px 630px;
	margin:0px;
} 

h1 a {
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}

h1 a:hover{
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}

h2 {
	color: #520d3b;
	font-family: Arial Rounded MT Bold, Arial, tahoma, verdana;
	font-size: 26px;
	font-weight: normal;
	text-decoration: none;
	padding:0px 0px 5px 0px;
	margin:0px;
	border-bottom: 2px solid #468123;
	cursor:default;
} 

h2 a {
	color: #520d3b;
	text-decoration: none;
}

h2 a:hover{
	color: #520d3b;
	text-decoration: underline;
}

.input {
	background-color: #ffffff;
	border: 1px solid #580509;
	font-family: Arial, Trebuchet MS, Tahoma, Verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	padding: 1px 0px 0px 4px;
	
}


.errormessage {
	font-family: Arial, Tahoma, Verdana, Trebuchet MS;
	font-size: 12px;
	color: #660000;
	text-decoration: none;
	padding: 6px 0px 6px 25px;
	background: #ffe983 url(images/smallRedArrow.gif) no-repeat 10px 11px;
	border-bottom: 2px solid #af730d;
	border-top: 1px solid #af730d;
	font-weight:bold;
	cursor: pointer;
}
.errormessageOn {
	font-family: Arial, Tahoma, Verdana, Trebuchet MS;
	font-size: 12px;
	color: #ff0000;
	text-decoration: none;
	padding: 6px 0px 6px 25px;
	background: #fff000 url(images/smallRedArrow.gif) no-repeat 10px 11px;
	border-bottom: 2px solid #dd8143;
	border-top: 1px solid #dd8143;
	font-weight:bold;
	cursor: pointer;
}
.button {
	background-color: #2b65b2;
	border-top: 5px solid #1b409c;
	border-right: 1px solid #1b409c;
	border-bottom: 1px solid #1b409c;
	border-left: 1px solid #1b409c;
	font-family: Arial, Tahoma, Trebuchet MS, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding: 2px 0px 2px 0px;
}

hr {
	background-color: #666666;
	hright: 1px;
}

.white {background-color: #ffffff;
		padding: 10px 0px 0px 10px;
}
.white2 {background-color: #ffffff;
		
}
		
.grayborder {
	background: url(images/border.gif) no-repeat 580px 0px;
	height:2px;
	padding: 0px 0px 0px 0px;
}
.black {background-color: #1e0304;
		height: 13px;
}
.red {
	background-color: #e1040e;
	height:33px;
	padding:0px 0px 0px 22px;
}

.error{
	color:#ff0000;
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
.lightBlue {background-color: #3d84bc;}
.darkBlue {background-color: #1b409c;}

.grey {background-color: #333232;
		height:68px;}
.lightGrey {background-color: #efefef;}
.darkGrey {background-color: #666666;}

.border1 {border: 1px solid #3d3d3d;}
.border2 {border: 4px solid #ffffff;}
.border3 {border: 4px solid #5784b5;}
.borderDoublw {border: 3px Double #999999;}


.navBg {
	background:  url(images/navBg.gif) no-repeat;
	height:226px;
	padding:15px 0px 0px 20px;
}

.perpleBg {
	background:  url(images/perpleBg.gif) repeat-x;
	height:186px;
	padding:8px 0px 0px 5px;
}

.pingBorder {
	background:  url(images/pinkcorder.gif) no-repeat;
	width:2px;
	height:454px;

	
}

.header {
	background:  url(images/headerBg.jpg) no-repeat;
	height:226px;
	width:452px;
	padding:0px 0px 0px 0px;
}

.nav {
	background-color: #ffffff;
	padding: 12px 30px 12px 10px;
}

.blueText {
	color:#052d85;
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	
}

.blueText a {
	color:#052d85;
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	
}

.blueText a:hover {
	color:#052d85;
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold;
	
}

.brownText {
	color:#65405e;
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	text-decoration: undernline;
	font-weight: bold;
	
}

.brownText a {
	color:#65405e;
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	text-decoration: undernline;
	font-weight: bold;
	
}

.brownText a:hover {
	color:#65405e;
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	text-decoration: undernline;
	font-weight: bold;
	
}

.lightblueText {
	color:#2784af;
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	text-decoration:none;
	font-weight: bold;
	
}

.lightblueText a {
	color:#2784af;
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	text-decoration:undernline;
	font-weight: bold;
	
}

.lightblueText a:hover {
	color:#2784af;
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	text-decoration:undernline;
	font-weight:old;
	
}

.bottomBg {
	background:  url(images/bottomBorder.gif) repeat-x;
	height:10px;
}

.navCellOff
{
   BACKGROUND-COLOR: #ffffff;
   color:#000000;
   border: 1px solid #e1c1e6;
   padding: 5px 5px 5px 5px;
   text-decoration: none;
}
.navCellOff a {
   color:#000000;
   text-decoration: none;
}
.navCellOff a:hover {
   color:#dd0000;
   text-decoration: none;
}

.navCellOn
{
   BACKGROUND-COLOR: #e1c1e6;
   color:#333333;
   border: 1px solid #cccccc;
   padding: 5px 5px 5px 5px;
} 

.navCellOn a {
   color:#000000;
   text-decoration: none;
}
.navCellOn a:hover {
   color:#dd0000;
   text-decoration: underline;
}


.paging {
	color:#dd0000;
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	text-decoration:none;
	font-weight: bold;
	padding: 0px 5px 10px 0px;
}
.paging a{
	color:#dd0000;
	font-weight: normal;
	text-decoration:underline;
}
.paging a:hover{
	color:#ff0000;
	font-weight: normal;
	text-decoration:none;
}

.breadcumps {
	padding: 5px 10px 5px 10px;
	font-family: arial, tahoma, verdana;
	font-size: 11px;
	text-decoration:none;
	font-weight: bold;
	color: #dd0000;
	BACKGROUND-COLOR: #a4def3;
	border-left: 10px solid #ffffff;
}
.breadcumps a{
	text-decoration:none;
	color: #000077;
}
.breadcumps a:hover{
	text-decoration:underline;
	color: #000077;
}

.tableHeader {
	padding: 5px 5px 5px 5px;
	font-family: arial, tahoma, verdana;
	font-size: 12px;
	text-decoration:none;
	font-weight: bold;
	color: #000000;
	BACKGROUND-COLOR: #e0f3fa;
	border-bottom: 1px solid #cccccc;
}

.tableRow {
	padding: 5px 5px 5px 5px;
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	text-decoration:none;
	font-weight: bold;
	color: #000066;
	BACKGROUND-COLOR: #ffffff;
	border-bottom: 1px solid #efefef;
}

.tableFooter {
	padding: 0px 5px 0px 5px;
	font-family: arial, tahoma, verdana;
	font-size: 12px;
	text-decoration:none;
	font-weight: bold;
	color: #000000;
	BACKGROUND-COLOR: #e6fbfc;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}