﻿/*
	NOWAN style 
*/
img 
{
	border-width: 0;
}
table
{
	border-width: 0px;
}
/*
	Fonts
*/
HTML,BODY,TD,H1,H2,H3,H4,OL,UL,DL,LI,DT,DD 
{
	font-family:verdana,arial,helvetica,sans-serif;
}
.legalese {font-family:arial,helvetica,sans-serif;}
CODE,KBD,TT {font-family:courier,"courier new",monaco;color:#666;}

/*
	Sizes and positions
*/
H1 {font-size:18px;}
H2 {font-size:16px;}
H3 {font-size:14px;}
H4 {font-size:12px;}
HTML,BODY,TD,CODE,KBD,TT,OL,UL,DL,LI,DT,DD 
{
	font-size:12px;
}
.legalese {font-size:10px;}
html, body {padding:0;margin:0;}
H1,H2,H3,H4,DT {font-weight:bold;}
HTML,BODY,TD,H1,H2,H3,H4,OL,UL,DL,LI,DT,DD,.legalese {color:#000;}
H1,H2,H3,H4 {margin:3px 0px 1px 0px;padding:0px;text-decoration:none;}
OL,UL,DL {margin-bottom:1px;}
OL,UL,LI,DL,DT,DD {line-height:14px;}
UL {list-style:square outside;}
UL UL {list-style:square outside;}
DD,LI {margin-bottom:.5em;}
BLOCKQUOTE {padding:5px 0px 5px 0px;}
a:link {color:#000;text-decoration:underline;}
a:visited {color:#999;text-decoration:underline;}
a:hover {color:#FF0000;text-decoration:underline;}
HR {color:#CCC;background-color:#CCC;border:0;height:1px;margin:15px 0px 15px 0px;}
.menu, .menu a, .menu a:visited, .menu a:link
{
	text-transform: uppercase;
	text-decoration: none;
	color: red;
}
.menu a:hover
{
	text-decoration: underline;
}
.submenu, .submenu a, .submenu a:visited, .submenu a:link
{
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:11px;
	color:#000;
	text-decoration:none;
	font-weight:400;
	line-height:16px;
}
.submenu a:hover
{
	text-decoration: underline;
}

html 
{
overflow: auto;
}
body 
{
	background-color: White;
}
.result
{
    border-style: dotted;
    border-bottom-color: Red;
    border-bottom-width: thin;
    padding: 15px 25px 15px 25px;
    background-color: #cccccc;
	text-transform: uppercase;
	text-decoration: none;
	color: red;
}
