@CHARSET "UTF-8";

HTML, BODY, FRAMESET, FRAME, IFRAME, OBJECT, EMBED,
TABLE, TH, TD, TR, TBODY, THEAD, TFOOT, COLGROUP, COL,
DIV, SPAN, H1, H2, H3, H4, H5, A, IMG,
FORM, INPUT, SELECT, FIELDSET, TEXTAREA, LEGEND, LABEL
{
    border						: 0px;
    margin						: 0px;
    padding						: 0px;
    color						: #006699;
	font-family					: "Verdana","Arial","Helvetica","sans-serif";
    font-size					: 10px;
    text-decoration				: none;
}

HTML, BODY
{
    width						: 100%;
    height						: 100%;
    scrollbar-arrow-color		: #CC9966;
    scrollbar-face-color		: #F8F8F8;
    scrollbar-highlight-color	: #FFFFFF;
    scrollbar-3dlight-color		: #E8E8E8;
    scrollbar-shadow-color		: #FFFFFF;
    scrollbar-darkshadow-color	: #E8E8E8;
    scrollbar-track-color		: #FFFFFF;
    overflow					: auto;
}


BODY.content
{
    background-image    		: url(../img/backstripes.jpg);
    background-position 		: top;
    background-repeat   		: repeat;
}

BODY.iframe
{
	padding						: 10px;
	background-color			: transparent;
}

BODY.iframe_picture
{
	padding						: 0px;
	background-color			: transparent;
}

A
{
    text-decoration				: none;
}

A:hover
{
    color						: #660000;
	text-decoration				: underline;
}

H1
{
	font-size					: 11px;
	font-weight					: bold;
}

INPUT.data, INPUT.data_error
{
    width						: 303px;
	height						: 13px;
	padding						: 2px;
	color						: #660000;
	background-color			: #0099CC;
	font-weight					: bold;
}

INPUT.data_error
{
    background-color			: #FF9933;
}

INPUT#fi_name
{
	background-image			: url( ../img/input_name.jpg );
	background-repeat			: no-repeat;
}

INPUT#fi_email
{
	background-image			: url( ../img/input_email.jpg );
	background-repeat			: no-repeat;
}

TEXTAREA.data, TEXTAREA.data_error
{
    width						: 302px;
    height						: 80px;
	padding						: 2px;
    color						: #660000;
   	background-color			: #0099CC;
	font-weight					: bold;
}

TEXTAREA.data_error
{
    background-color			: #FF9933;
}

TEXTAREA#fi_message
{
	background-image			: url( ../img/input_message.jpg );
	background-repeat			: no-repeat;
}

HR.details
{
	width						: 308px;
	height						: 1px;
	text-align					: left;
	color						: #FFFFFF;
	background-color			: #FFFFFF;
	border						: 0px;
}

TABLE.deatils
{
	width						: 320px;
	text-align					: left;
}

TD.action
{
	text-align					: right;
}

.sup
{
	vertical-align				: super;
	font-size					: 9px;
	font-weight					: normal;
}