/* 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: verdana; 
	font-size: 18px; 
	color: #515151; 
	line-height: 18px
	}

.Heading2
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-style: italic;
	font-weight: bold;
}
	
.Heading3
	{
	font-family: Verdana;
	font-size: 13px;
	color: #515151; 
	font-weight: bold;
}
	
.Normal
	{
	font-family: verdana; 
	font-size: 11px; 
	color: #515151; 
	line-height: 18px;
	font-style: normal;
	font-weight: normal;
}

.BodyTextRed
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	color: Red;
}

/* Pricelist styles */

.PriceListTable {
	color: #000000;
}

.PriceListTable th {
	text-align: left;
	
	font-size: 10px; 
	font-weight: bold; 
	background : #B3C7E0;
}

.PriceListTable td{
	vertical-align: top; 
	font-size: 8pt; 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none; 
	text-align: left; 
	background : #DCE5EE;
	vertical-align: top; 
}

.PriceListTable .price {
	text-align: right;
	white-space: nowrap;	
}

.PriceListHeader {
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
}

.PriceListTitle { 	
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
}

.PriceListSubMenu {
	font-family: verdana;
	font-size: 11px;
	line-height: 18px;
	font-style: normal;
	text-decoration: underline;
	text-align: right;
	cursor: pointer;
}

/*  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: verdana; 
	font-size: 18px; 
	color: #515151; 
}

.Text {font-family: verdana; font-size: 11px; color: #515151; line-height: 18px; }

.Agenda {
	font-family: verdana; 
	font-size: 10px
}

A {
	color : Black;
}

/* WhitePaper styles */
.WPTitle {
	font-family: verdana; 
    text-align: center;
	font-size: 18px; 
	color: #515151; 
}
.WPSubTitle {
	font-family: verdana;
    text-align: center;
	font-size: 16px; 
	color: #515151; 
}
.WPAuthor {
	font-family: verdana;
    text-align: center;
	font-size: 14px; 
	color: #515151; 
}
.WPOrgPubDate {
	font-family: verdana; 
    text-align: center;
	font-size: 12px; 
	color: #515151; 
}
.WPLastEditDate {
	font-family: verdana; 
    text-align: center;
	font-size: 11px; 
	color: #515151; 
}
.WPMainText {
	font-family: verdana;
	font-size: 11px; 
	color: #515151; 
}
.WPIntroduction {
	font-family: verdana;
	font-size: 11px; 
	color: #515151; 
}
.WPAddResources {
	font-family: verdana;
	font-size: 11px; 
	color: #515151; 
}
.DAWContact {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.DAWContactTitle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.ContactList {
	font-size: 12px;
}
.CompanyName {
	font-weight: bold;
	font-size: 14px;
}
.CopyRightNotice {
	font-size: 10px;
}
.CopyRightTitle {
	font-weight: bold;
}
.CopyRightText {
	font-style: italic;
}