/* MAIN TEMPLATE COMPONENTS */ 
a {
	color : #102C84;
}
 
a img {
	border: 0px;
}

button {
	background: #4A6894;
	color: white;
	padding: 2px 20px;
	border: 0px;
	font-size: 0.8em;
	cursor : pointer;
}

/* CONTENT */

h1 { 
	font-size: 22px; 
	color: #669966; 
}

h2 { 
	font-size: 22px; 
	color: #669966; 
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px solid #993366;
}

h3 { 
	font-size: 16px; 
	font-weight: normal;
	color: #669966; 
} 

h4 { 
	font-size: 14px; 
	font-weight: normal;
	color: #669966; 
} 

/* ELEMENTS COMMON ACROSS CONTENT PAGES */
p.error {
	color: #FF0000;
	background: #FFFFFF;
}


/* FOR FCK EDITOR */

text10pt {
	font-size: 10pt;
}

text12pt {
	font-size: 12pt;
}

text14pt {
	font-size: 14pt;
}

.stretcher {
	clear: both;
}

.table-move {
	position: relative;
	left: -15px;
}

/* ARTWORK */
.artwork-image {
	border: 1px solid #CCCCCC;
}
