 /* Note: These file is used to declare user defined styles. These styles are used only on the website 
 and not in Electos Studio. You may expand and change these however you see fit. */
 
 .NewsText A {
	color :  #4E7FB7;
}

.NewsTitle {
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	padding-top : 20px;
}

.NewsText {
	font-family: Arial;
	font-size: 11px;
}

.Category {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold
}

.SubCategory {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	cursor: hand;
}

.spacer
{
  width: 2%;
  float: left;
  padding: 2px;
}

.CurrentSubCategory {
	font-family: Arial;
	font-size: 11px;
	font-style : italic;
	font-weight: bold
}

.CategoryName {
	color: #4E7FB7;
	font-family: Arial;
	font-size: 13px;
	font-style: italic;
	font-weight: bold
}
.BodyText
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.footer
{
  padding: 10px;
  font-size: 12px;
  font-family: Verdana, Arial;
}

a.menulink:link {color: #333399; background: #ffffff; font-weight: bold;}
a.menulink:active {color: #999999; background: #ffffff; font-weight: bold;}
a.menulink:visited {color: #333399; background: #ffffff; font-weight: bold;}
a.menulink:hover {color: #999999; background: #ffffff; font-weight: bold;}

.menu
{
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.content
{
  min-height: 300px;
  background-color: #eeeeee;
  padding: 10px;
  border: 2px double #333399;
}

.title
{
  background-color: #eeeeee;
  padding: 10px;
  border: 2px double #333399;
}
