@charset "iso-8859-1";
 /* 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. */
 
td {
	color : #333333;
	font-size : 70%;
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

A, A:LINK, A:VISITED, .a {
	color : #0052BA;
	font-weight : bold;
	text-decoration : none;
}

A:HOVER {
	color : #0052BA;
	font-weight : bold;
	text-decoration : underline;
}

.logo {
	font-family : Arial;
	color : #616161;
	font-size : 18;
}

.logodesc {
	font-family : Arial;
	color : #888888;
	font-size : 11;
}

.input {
	background-color : White;
	border : 0px 1px groove #E4E4E4;
	font-size : 12px;
	color : #333333;
}

.menu, .menu:link, .menu:visited {
	color : #666666;
	font-weight : bold;
	text-decoration : none;
}

.menu:hover, .menu:active {
	color : #0052BA;
	font-weight : bold;
	text-decoration : none;
}

.smenu {
	margin : 3px 0px 0px 8px;
}

h1 {
	margin : 0px 0px 0px 0px;
	color : #0052BA;
	font-size : 160%;
	font-weight : normal;
	height: 18;
}

h2 {
	margin : 0px 0px 0px 0px;
	color : #0052BA;
	font-size : 100%;
	font-weight : bold;
}

.im1 {
	margin : 0px 10px 10px 0px;
}

.im2 {
	margin : 0px 0px 10px 10px;
}

.tab1 {
	padding : 0px 10px 10px 10px;
}

.tab_m {
	background-position: top right;
	background-repeat: no-repeat;
	padding: 6px 8px 6px 8px;
	background-image : url(..&images.gif);
}