/* Default Font Type - any font residing within the TD tags of a table */
body, div, p, blockquote, ol, ul, dl, li, dt, dd, td 
	{
		FONT-FAMILY: Arial, Helvetica, sans-serif;
		FONT-SIZE: 12px;
	}

body
	{
	margin: 0 0 0 0;
	background-image:url(../images/bg.gif);
	}

/* Table Header:: Section 508 compliant*/
TH
{
    FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/* ------------------ Default Font Type Styles ------------------ */
/* Bold */
.NormalBold
{
	font-weight: bold;
}

/* Italic */
.NormalItalic
{
	font-style: italic;
}

/* Underline */
.NormalUnderline
{
	text-decoration: underline;
}

/* ------------------ Small Font Type ------------------ */
.Small
{
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 11px;
}

/* Small Bold */
.SmallBold
{
	font-weight: bold;
    FONT-SIZE: 11px;
}

/* Small Italic */
.SmallItalic
{
	font-style: italic;
    FONT-SIZE: 11px;
}

/* Small Underline */
.SmallUnderline
{
	text-decoration: underline;
    FONT-SIZE: 11px;
}

/* ------------------ Copyright Font Type ------------------ */
.Copyright
{
    COLOR: #333333;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 10px;
}

/* ------------------ Comments ------------------ */
	.Comments
	{
		FONT-FAMILY: Arial, Helvetica, sans-serif;
		font-size: 11px;
		Color: #333333;
	}
	
/* ------------------ Section Title ------------------ */
	.SectionTitle
	{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-align:left;
	font-size: 14px;
	font-weight: bold;
	vertical-align: top;
	padding: 5 10 15 0;
	}
	.HomeWelcomeTitle
	{
	text-align:left;
	vertical-align: top;
	padding: 5 10 15 0;
	}.NewsTitle
/* ------------------ Horizontal Rules ------------------ */
	hr {
	border: 0;
	color: #C5C5C5;
	height: 1px;
	width: 100%;
	}

/* ------------------ Design by ------------------ */
	.Designby
	{
		COLOR: #B9B9B9;
		FONT-FAMILY: Arial, Helvetica, sans-serif;
		FONT-SIZE: 10px;
	}

.BodyBorder
{
border-bottom: 1px solid #421515;
border-right: 1px solid #421515;
width:681px;
}
.BodyContentBG
{
background-color:#F5E5D6;
border-bottom: 1px solid #421515;
border-right: 1px solid #421515;
width:681px;
}
.FooterBG
{
background-color:#000000;
border-bottom: 1px solid #421515;
border-right: 1px solid #421515;
width:681px;
text-align:center;
padding: 2 0 2 0;
}
.BorderBottom
{
background-color:#351111;
border-bottom: 1px solid #421515;
vertical-align:top;
}
.AlignTop
{
vertical-align:top;
}
/* ------------------ LINKS ------------------ */
/* Universal Links */
A{text-decoration: none;} 
A:link {text-decoration: none; color: #4C0303;}
A:visited {text-decoration: none; color: #4C0303;}
A:active {text-decoration: none; color: #4C0303;}
A:hover {text-decoration: underline; color: #4C0303;}

	/* LINKS Set #1 */
	a.MainMenu:link
	{
		text-decoration: none;
		color: #FF0000;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
	}
	a.MainMenu:visited
	{
		text-decoration: none;
		color: #339999;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
	}
	
	a.MainMenu:hover
	{
		text-decoration: underline;
		color: #990000;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
	}

		/* LINKS Set #2 */
			a.MenuFooter:link
			{
				text-decoration: none;
				color: #C7BAAE;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 9px;
				font-weight: bold;
			}
			a.MenuFooter:visited
			{
				text-decoration: none;
				color: #C7BAAE;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 9px;
				font-weight: bold;
			}
		
			a.MenuFooter:hover
			{
				text-decoration: underline;
				color: #C7BAAE;
				font-family: Arial, Helvetica, sans-serif;
				font-size:9px;
				font-weight: bold;
			}
			
			.MenuFooterSepat
			{
				text-decoration: none;
				color: #C7BAAE;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 9px;
				font-weight: bold;
				text-align:center;
				vertical-align:middle;
			}
				 /* LINKS Set #3 */
			/* Design by: */
			a.mdatech:link
			{
				text-decoration: none;
				color: #9C877F;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 10px;
			}
			a.mdatech:visited
			{
				text-decoration: none;
				color: #9C877F;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 10px;
			}
					
			a.mdatech:hover
			{
				text-decoration: underline;
				color: #9C877F;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 10px;
			}

/* ----------------- Form Feilds ----------------- */
input, textarea, select
{
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 11px;
	border: 1px solid black;
}
	input.FORMcheckbox, input.FORMradiobutton
	{
		FONT-FAMILY: Arial, Helvetica, sans-serif;
		FONT-SIZE: 11px;
		border-bottom: 0px solid; 
		border-left: 0px solid; 
		border-right: 0px solid; 
		border-top: 0px solid;
		cursor:hand; 
	}
	.Required
	{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-style: bold;
	FONT-SIZE: 12px;
	Font-color: red;
	color: #FF0000;
	}
	.ErrorMsg
	{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-style: italic;
	FONT-SIZE: 10px;
	Font-color: red;
	color: #FF0000;
	}

/* ---------------- Breadcrumb ------------------ */
.Breadcrumb
{
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 8pt;
	background-color: #CCCCCC; 
}

/*---------------Title Headers-------------------*/
.HeaderMain 
{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	color: #FFF; 
	background-color: #4C0303; 
	font-weight: bold;
	background-image:  url();
	background-repeat: no-repeat;
	padding: 0 0 0 3px;
}
.HeaderSub
{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000000; 
	background-color: #6666FF; 
	font-weight: bold;
	background-image:  url();
	background-repeat: no-repeat;
}
.HeaderMainSmall
{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #FFF; 
	background-color: #4C0303; 
	font-weight: bold;
	background-image:  url();
	background-repeat: no-repeat;
	padding: 0 0 0 3px;
}
/* ------------------ TD Paragraph ------------------ */
	.Body
	{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-align:left;
	font-size: 12px;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom:3px;
	padding-left:10px;
	padding-right:10px;
	}
	.HomeContentPadding
	{
	text-align:left;
	vertical-align: top;
	padding: 10 10 0 15;
	height:190px
	}

/* ---------------- What's New Styles ---------------- */
.WhatsNewBG
{
background-color:#4A2D2D;
background-image:url(../images/whatsnewbg.jpg);
background-position:top;
background-repeat:no-repeat;
height:286px;
padding: 38 15 0 15;
vertical-align:top;
}
.PressTitle
{
color:#F2E8DA;
font-size:11px;
}
.PressOther
{
	color:#F2E8DA;
	font-size:11px;
	font-weight: bold;

}
.PressDate
{
color:#F2E8DA;
font-size:10px;
padding-top:2px;
}
.PressAuthor
{
color:#F2E8DA;
font-size:10px;
padding-top:2px;
}
	.WN_HR {
	border:1 dotted;
	color: #895C5C;
	height: 1px;
	width: 100%;
	}
	
	.smHR {
	border:1 dotted;
	color: #895C5C;
	height: 1px;
	width: 100px;
	}

	.WNDetails_HR {
	border:1 dotted;
	color: #C9AE9E;
	height: 1px;
	width: 100%;
	}
	
a.WNLink:link
			{
				text-decoration: none;
				color: #F2E8DA;
				font-size: 11px;
			}
a.WNLink:visited
			{
				text-decoration: none;
				color: #F2E8DA;
				font-size: 11px;
			}
a.WNLink:hover
			{
				text-decoration: underline;
				color: #F2E8DA;
				font-size: 11px;
			}

/* ---------------- SP ---------------- */

.SPLevel3
{
background-image:url(../images/subpage/top.jpg);
background-position:top;
background-repeat:no-repeat;
height:74px;
height:90px;
padding: 10 10 0 10;
}
.SPLevel2
{
background-image: url(../images/subpage/bottom.jpg);
background-position: bottom;
background-repeat:no-repeat;
height:78px;
}
.SPLevel1
{
background-image:url(../images/subpage/bg.jpg);
background-repeat:repeat-y;
}

/* ---------------- Press Releases ---------------- */

.NewsTitle
{
font-weight:bold;
font-size:14px;
padding: 10 0 3 0;
}
.NewsDate
{
font-weight:bold;
font-size:13px;
padding: 0 0 10 0;
}
/* ---------------- Sample additional styles below ---------------- */
	.MenuDots {
	background-image:url(../menu/images/dots.gif);
	background-repeat:repeat-x;
	}

/* ---------------- Sample additional styles below ---------------- */

.LeftSidePadding
{
padding:30 25 0 10;
vertical-align:top;
}

/* ---------------- Sample additional styles below ---------------- */
/*                                                                  */
/*     Use the Sample code below to define your new CSS style       */
/*   		
		1. background-image:  url(../images/forum_header_bg.gif);
		2. filter:dropshadow(color=#E8CFD0,offX=1, offY=1);height:3;
		

/* ---------------- Define additional styles below ---------------- */
/*                                                                  */
/*     Use the Sample code below to define your new CSS style       */
/*     Rename your style .(Color)(Size)(Weight) 
			ex:  .BlueLargeBold
                                                            
	.Sample
	{
		COLOR: #333333;
		FONT-FAMILY: Arial, Helvetica, sans-serif;
		FONT-SIZE: 12px;
		font-weight: bold;
	}
*/
