/*  TAG LEVEL STYLE ELEMENTS  */

body {
	font-size: 10pt !important;
	font-family: Arial, Helvetica, sans-serif;
	background-color : White;
	margin : 0px 0px 0px 0px;
}

.StandardFont{
	font-size: 10pt !important;
	font-family: Arial, Helvetica, sans-serif;	
}

p{
	font-size: 10pt !important;
	font-family: Arial, Helvetica, sans-serif;
}

table {
	font-Family: Arial, Helvetica, sans-serif;
	font : normal 10pt;
	vertical-align : top;
	padding : 0px 0px 0px 0px;
	border : 1px;
}

td {
	font-size: 10pt !important;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align : top;
}

tr {
	font-size: 10pt !important;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align : top;
}

a:link {
	color: #660099;
}

a:visited {
	color: #660099;
}

a:active {
	color: #660099;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

hr { 
 height: 1px;
 color: #660099;
}


/* CLASSES //
	- FONTS: SPECIAL FORMATTING */

/* - use to make anything blue as a class inside any HTML tag or wrap text, etc with: <span class = PrimColor> [ content ] </span> */
.PrimColor{
	color: #660099;
}

/* - use to make anything yellow as a class inside any HTML tag or wrap text, etc with: <span class = SecColor> [ content ] </span> */
.SecColor{
	color: #660099;
}

/* - use to make anything a lighter yellow as a class inside any HTML tag or wrap text, etc with: <span class = ThirdColor> [ content ] </span> */
.thirdColor{
	color: #660099;
}

/* - use for standard titles: <span class = PrimFontBold10> [text] </span> */
.PrimFontBold10{
	color: #660099;
	font-size: 10pt;
	font-family :  Arial, Helvetica, sans-serif;
	font-weight:  bold;
}

/* - RED: use for special alert or ugent eye-catchers<span class = urgent>[text]</span> */		
.urgent {
	color: #FF0000;
}

/* CLASSES -
	- BACKGROUNDS: Blue/etc. */

/* - use to make the background of anything blue as a class inside any HTML tag or wrap with: <span class = PrimBgColor> [ content ] </span> */
.PrimBgColor{
	background-color: #eeeeee;
}

/* - use to make the background of anything yellow as a class inside any HTML tag or wrap with: <span class = SecBgColor> [ content ] </span> */
.SecBgColor{
	background-color: #eeeeee;
}

/* CLASSES -
	- FONTS: SIZE & WEIGHT */

.sm8{
	font-size: 8pt;
}
