/* Moviex AGENTS CSS style - by Ted Endres - http://www.moviex.com/ */
html
{
	height: 100.02%;
}


/* basic elements */
body
{
	color: black;
	font: 13px Arial, Helvetica, sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	background: White;
	margin : 4 4 4 4;
	margin-bottom : 4;
	margin-left : 4;
	margin-right : 4;
	margin-top : 4;
}


form
{
	margin: 0px;
}


/* body background color - default white - use only light colors */
.BodyColor
{
	background-color: White;
}


/* top headline area - default navy blue */
.HeadlineColor
{
	background-color: #003264;
}


/* text color inside the top headline area - default white */
.HeadlineFont
{
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: transparent;
}


/* small line along left side of page - default gray */
/* use the same color for both "color" and "background-color" */
.EdgeColor
{
	color: gray;
	background-color: gray;
}


/* color of right side cell - default color green */
.SideColor
{	
	background-color: #7EC4CB;
}


/* color of tables - default color dark gray */
.Subject
{	
	background: #CCCCCC;
	background-color: #CCCCCC;
	padding: 2px, 6px, 2px, 6px;	
}


/* color of tables - default color light gray */
.Topics
{	
	background: #EEEEEE;
	background-color: #EEEEEE;
	padding: 2px, 6px, 2px, 6px;
}


/* color of tables - default color light blue */
.Sponsored
{	
	background: #CAE4FF;
	background-color: #CAE4FF;
	padding: 2px, 6px, 2px, 6px;
}


/* basic text */
.text
{
	font: 13px Arial, Helvetica, sans-serif;
	background: transparent;
}


/* slogan text on home page */
H1
{
	font: bold 24px Verdana, Arial, helvetica, serif;
	color: #BE0030;
	background: transparent;
	margin-bottom: 0px;
}


/* description text on home page */
H2
{
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #BE0030;
	background: transparent;
	margin-bottom: 0px;
}


/* basic links */
A:link
{
	color: Black;
	background: transparent;
}

A:visited 
{
	color: Black;
	background: transparent;
}

A:active
{
	color: Navy;
	background: transparent;
}

A:hover 
{
	color: Navy;
	background: transparent;
}


/* Secondary Links - Small links on the Links pages */
A.sec:link
{
	color: Black;
	background: transparent;
	text-decoration: none;
}

A.sec:visited 
{
	color: Black;
	background: transparent;
	text-decoration: none;
}

A.sec:active
{
	color: Black;
	background: transparent;
	text-decoration: none;
}

A.sec:hover 
{
	color: Black;
	background: transparent;
	text-decoration: none;
}


/* navigation links top of pages and home page */
A.nav:link
{
	color: Black;
	font-weight: normal;
	background: transparent;
}

A.nav:visited
{
	color: Black;
	font-weight: normal;
	background: transparent;
}

A.nav:active
{
	color: #DC143C;
	font-weight: normal;
	background: transparent;
}

A.nav:hover
{
	color: #DC143C;
	font-weight: normal;
	background: transparent;
}


/* home page menu button hover effect */
A.menu:link
{
	color: Black;
	font-weight: normal;
	background: #EBEBEB;
}

A.menu:visited
{
	color: Black;
	font-weight: normal;
	background: #EBEBEB;
}

A.menu:active
{
	color: Black;
	font-weight: normal;
	background: #003264;
}

A.menu:hover
{
	color: Black;
	font-weight: normal;
	background: #003264;
}

