/* Mark Vahanian Website Text Sections Style Sheet */

/* TEXT CONTENT ------------------------------------------------------------------ */

.standard {font-family: tahoma; color: #333333; font-size: 12px; ; line-height: 13pt;}
.emphasis {font-family: tahoma; color: #333333; font-size: 14px; ; line-height: 15pt;}
.standard_white {font-family: tahoma; color: #FFFFFF; font-size: 12px; ; line-height: 13pt;}

/* GENERAL ----------------------------------------------------------------------- */

html {
	scrollbar-base-color: #DCDBDB;
	scrollbar-track-color: #F2F1F1;
	scrollbar-arrow-color: #90ABD0;
	scrollbar-shadow-color: #CECECE;
	scrollbar-highlight-color: #EAEAEA;
	scrollbar-3dlight-color: #EFEFEF;
	scrollbar-darkshadow-color: #C4C3C3;

}

body {
	margin-left: 0px;
	margin-top: 0px;

}

a:link {
	color: #EC7003;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #EC7003;
}
a:hover {
	text-decoration: underline;
	color: #EC7003;
}
a:active {
	text-decoration: none;
	color: #EC7003;
}





