/* CISMARKETING.COM GENERAL STYLES */
BODY  {
	font-size : 9 pt;
	/*font-family : verdana;*/
	font-family: arial;
	font-weight : normal;
	font-style : normal;
	color : Black;	}
	
A  { color : #483d8b;	text-decoration : underline; }
A:Hover  { color : #EF2800;	}

TD, TH  {
	font-size : 9 pt;
	font-family: arial;
	font-weight : normal;
	font-style : normal;
	color : Black;	}
	
H1	{
	color: black;
	font-family: Arial;
	font-size: 16pt; 
	font-weight: normal;
	margin-bottom: 5px;
	text-transform: capitalize;	}
	
H2  {
	color : #cc3333;
	margin: 4 0 4 0;
	font-size : 11 pt;
	text-transform: capitalize;
	font-weight : bolder; }
	
/* CISMARKETING.COM CUSTOM CLASSES */
/* for tables with an outside border or text that needs to be surrounded by a border */
.box {
	background-color: white; 
	border: solid 1 #EF2800; 
	padding: 3px; 
	margin: 0 0 20 0;
	}
	
.subTitle  {
	font-size : 11 pt;
	font-weight : bolder;
	color : #cc3333;
	margin: 4 0 4 0;
	text-transform: capitalize;	}

/* for table headers with different color backgrounds */	
.darkTH	{
	background-color: #EF2800;
	font-size : 8 pt;
	color : white;
	font-weight : bold;
	padding: 3px;
	text-decoration : none;
	text-transform: capitalize;	}
	
.paleTH	{
	background-color: #FFCBC5;
	font-size : 8 pt;
	color : black;
	font-weight : bold;
	padding: 3px;
	text-decoration : none;
	text-transform: capitalize;	}
	
.whiteTH	{
	background-color: white;
	font-size : 8 pt;
	color : black;
	font-weight : bold;
	padding: 3px;
	text-decoration : none;
	text-transform: capitalize;
	}

/* for menus, additional subtitles and other */
.header	{
	font-size : 8 pt;
	color : black;
	text-decoration : none;
	text-transform: capitalize;
	}
.blackHeader	{
	font-size : 8 pt;
	color : black;
	font-weight : bold;
	text-decoration : none;
	text-transform: capitalize;
	}
.whiteHeader	{
	font-size : 8 pt;
	color : white;
	font-weight : bold;
	text-decoration : none;
	text-transform: capitalize;	}
	
.blackMenu	{
	font-size : 8 pt;
	color : black;
	/*font-family: Tahoma;*/
	font-family: arial;
	font-weight : bold;
	text-decoration : none;
	text-transform: capitalize;
	}
	
	
.blackMenuTop	{
	font-size : 8 pt;
	color : black;
	font-family: arial;
	font-weight : bold;
	text-decoration : none;
	text-transform: capitalize;
	}
.blackMenuTop A:Hover {color: #EF2800;}

.whiteMenuTop	{
	font-size : 8 pt;
	color : white;
	font-family: arial;
	font-weight : bold;
	text-decoration : none;
	text-transform: capitalize;
	}
.whiteMenuTop	A:Hover {color : #EF2800;}

.redMenuTop{
	font-size : 8 pt;
	color : #EF2800;
	font-family: arial;
	font-weight : bold;
	text-decoration : none;
	text-transform: capitalize;
	}
.redMenuTop	A:Hover {color : white;}


.whiteMenu	{
	font-size : 8 pt;
	color : white;
	/*font-family: Tahoma;*/
	font-family: arial;
	font-weight : bold;
	text-decoration : none;
	text-transform: capitalize;
	}
.whiteMenu A:Hover { color: black;}

.whiteHeader A:Hover  {	color : black; }

/* for small notes and/or captions */
.note	{
	font-size: 7 pt;
	color: #EF2800;
}
.redNote	{
	font-size: 7 pt;
	color: black;
	font-weight: bold;
	}
.blueNote	{
	font-size: 7 pt;
	color: #C4C4FF;
	font-weight: bold;
	}
	
/* for form buttons */
.submit {
	font-size : 7pt;
	width : 120px;
	}
