/* 
Impact Light Theme CSS File
copyright Allan Laal
*/

body,input,select,textarea,table,td,p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #0F0F0F;
}
hr {
	height: 2px;
	color: #C7C7C7;
}
.flag {
	border-color: #000000;
	border-width: thin;
}
.link2 {
	color:white;
}
.smtxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #163968;
}
.smsmall {
	font-size: 9px;
	letter-spacing: 0px;
}
.link_black {
	color: #000000;
}



/*body,input,select,textarea,table,td,p {
	font-family: verdana, serif;
	font-size:12px;
	color: black;
}

input,select,textarea {
	border-top: 1px solid #999999;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	border-left: 1px solid #999999;
	background: rgb(245,245,245);
}

body {
	background: rgb(245,245,245);
}

a {
	color: #3C94FF;
}

a:hover {
	color: #006CF0;
	text-decoration:underline overline;
}

a:visited {
	color: #667773;
}

hr {
	size: 2px;
	color: #D2E6FF;
}

.code {
	font-family: courier new, courier;
	color: #006CF0;
}

.borders {
	border: rgb(0,0,0) 1px solid;
}

.border2
{
	border-right: rgb(0,0,0) 1px solid;
	border-bottom: rgb(0,0,0) 1px solid;
	border-top: rgb(0,0,0) 1px solid;
}

.border3
{
	border-right: rgb(0,0,0) 1px solid;
	border-left: rgb(0,0,0) 1px solid;
	border-bottom: rgb(0,0,0) 1px solid;
}

.border4
{
	border-right: rgb(0,0,0) 1px solid;
	border-bottom: rgb(0,0,0) 1px solid;
}

.left_corner0 {
	background: #FDFDFD;
	border-bottom: rgb(0,0,0) 1px solid; 
	border-right: rgb(0,0,0) 1px solid; 
	border-left: rgb(0,0,0) 1px solid;
}

.left_corner1 {
	background: rgb(240,240,240);
	border-bottom: rgb(0,0,0) 1px solid; 
	border-right: rgb(0,0,0) 1px solid; 
	border-left: rgb(0,0,0) 1px solid;
}

.back0 {
	background: #FDFDFD;
	border-bottom: rgb(0,0,0) 1px solid; 
	border-right: rgb(0,0,0) 1px solid; 
}

.back1 {
	background: rgb(240,240,240);
	border-bottom: rgb(0,0,0) 1px solid; 
	border-right: rgb(0,0,0) 1px solid; 
}

.header {
	font-size: 12px;
	font-weight: bold;
}

.smaller {
	font-size: 11px;
}

.small {
	font-size: 9px;
	color: rgb(164,164,164);
}
*/