/* Note: the names of the styles "Heading1", "Heading 2", "Heading 3", "Normal" and "BodyTextRed" must correspond 
 with the predefined style names in Electos. The formatting however may differ.  Changing the format will affect both the
 appearance in Electos Stduio and the website*/

.Heading1 {
	font-family: Arial, Helvetica, sans-serif; 
	font: large	;
	color: #000000; 
	font-style: normal; 
	font-weight: bold; 
}

.Heading2
	{
	font-family: Arial, Helvetica, sans-serif;
	font: medium;
	color: #000000;
	font-style: italic;
	font-weight: bold;
}
	
.Heading3
	{
	font-family: Arial, Helvetica, sans-serif;
	font: small;
	color: #000000;
	font-style: italic;
	font-weight: normal;
}
	
.Normal
	{
	font-family : Arial, Helvetica, sans-serif;
	font: 11px;
	font-weight: normal;
	color : #333333;
	text-decoration: none;
}

.EmphasizedText
	{
	font-family: Arial, Helvetica, sans-serif;
	font: x-small;
	font-style: normal;
	font-weight: normal;
	color: Red;
}
.BodyTextRed
	{
	font-family: Arial, Helvetica, sans-serif;
	font: small;
	font-style: normal;
	font-weight: normal;
	color: Red;
}


/*  Note: the following styles correspond with the elements in the Simple Page and Container Document Structures. They are used 
to set the default format for these elements in both the studio and website. You may change the format as you wish. You should 
also expand the styles here when you create new document structures with different names items */


.Title {
	font-family: Arial;
	font: small;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.Text {
	font-family : Arial, Helvetica, sans-serif;
	font: 11px
	font-weight: normal;
	color : #333333;
	text-decoration: none;
}

.Text A {
	color :  #4E7FB7;
}

/* Template Styles */

td {
	color : #333333;
	font-size : 11px;
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
A, A:LINK, A:VISITED, .a {
	color : #143466;
	font-weight : bold;
	text-decoration : none;
}
A:HOVER, A:ACTIVE {
	color : #143466;
	font-weight : bold;
	text-decoration : underline;
}
.input {
	font-size : 11px;
	color : #333333;
	background-color : White;
}
.menu, .menu:link, .menu:visited {
	color : #666666;
	font-weight : bold;
	text-decoration : none;
}
.menu:hover, .menu:active {
	color : #E65517;
	font-weight : bold;
	text-decoration : none;
}
h1 {
	margin : 0px 0px 0px 0px;
	color : #E65517;
	font-size : 160%;
	font-weight : normal;
}
.im1 {
	margin : 0px 2px 10px 0px;
}
.im2 {
	margin : 0px 0px 10px 10px;
}
