﻿h1, h2 {
	font-size: 30px;
	line-height: 40px;
	margin: 0px;
	padding: 0px;
}
h1 {color: #333333;}
h2 {color: #BF1E2D;}


h3, h4 {
	font-size: 18px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}
h3 {color: #333333;}
h4 {color: #BF1E2D;}


/* 
------------------------------------------------------------
Generic styles applied to the all document
------------------------------------------------------------
*/
body {
	padding:0;
	margin:0; 
	/* Generic Text properties for the page body */    
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
	vertical-align: top;
}

a:link {color: #BF1E2D;text-decoration: underline;}
a:visited {color: #BF1E2D;text-decoration: underline;}
a:hover {color: #1E2537;text-decoration: none;}

p, li, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	vertical-align: top;
	margin: 0px;
}

p {margin: 10px 0px;}


hr {
	height: 15px; width: 100%; background: transparent url('/images/hr_tag.gif') repeat-x center;
	border: 0px;
}




/*
------------------------------------------------------------
CUSTOM CLASSES :: (BLOBs BackEnd) Rich Text Edit Rad Control
------------------------------------------------------------
*/
.customClass1  {
		color: #1E2537;
		font-family:Verdana,Arial,Helvetica,sans-serif;
		font-size:18px;
		line-height:18px;
		font-weight:bold;
		letter-spacing:0;
		margin:5px 0 15px 0px;
		padding:0px;
}
.customClass1  a:link {color: #1E2537;text-decoration: none;}
.customClass1  a:visited {color: #1E2537;text-decoration: none;}
.customClass1  a:hover {color: #1E2537;text-decoration: none;}

.customClass2  {
		color:#999999;
		font-family:Verdana,Arial,Helvetica,sans-serif;
		font-size:18px;
		line-height:20px;
		font-weight:bold;
		letter-spacing:0;
		margin:5px 0 15px 0px;
		padding:0px;
}
.customClass2  a:link {color: #999999;text-decoration: none;}
.customClass2  a:visited {color: #999999;text-decoration: none;}
.customClass2  a:hover {color: #999999;text-decoration: none;}


.customClass3  {
		color:#333333;
		font-family:Verdana,Arial,Helvetica,sans-serif;
		font-size: 18px;
		line-height:20px;
		font-weight:bold;
		letter-spacing:0;
		margin:5px 0 15px 0px;
		padding:0px;
}
.customClass3  a:link {color: #333333;text-decoration: none;}
.customClass3  a:visited {color: #333333;text-decoration: none;}
.customClass3  a:hover {color: #333333;text-decoration: none;}




/* 
------------------------------------------------
	  Classes for User Controls DEFAULTS 
------------------------------------------------
*/

.body {
	color: #333333;
}

.bodyBold {
	font-weight: bold;
	color: #333333;
}

.title {
	font-size: 16px;
	color: #BF1E2D; /* red */
	font-weight: bold;
	line-height: 20px;
}

.header {
	font-size: 14px;
	color: #1E2537; /* dark blue */
	font-weight: bold;
	text-transform: uppercase;
	line-height: 18px;
}

.error {color:red}

a.tab-toggler:hover strong { color:#fff; }
