body{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	SCROLLBAR-FACE-COLOR: Gray;
	SCROLLBAR-HIGHLIGHT-COLOR: Silver;
	SCROLLBAR-SHADOW-COLOR: Silver;
	SCROLLBAR-3DLIGHT-COLOR: Gray;
	SCROLLBAR-ARROW-COLOR: Silver;
	SCROLLBAR-TRACK-COLOR: Silver;
	SCROLLBAR-DARKSHADOW-COLOR: Gray;
}
.sod{
	padding-left : 10;
	padding-right : 5;
	font-family : serif;
	font-size : 14px;
	font-weight : bold;
	color : White;
	padding-top : 5;
	padding-bottom : 15;
}
.osn{
	padding-left : 20;
	padding-right : 20;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	color : White;
}

.osn2{
	padding-left : 10;
	padding-right : 20;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : White;
}

.smal{
	
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : White;
}
.text{
	text-indent: 20pt;
	text-align : justify;
}
.text2{

	text-align : justify;
}

a {
	color:red;
	
}
a:hover {
	color:red;
	text-decoration: none;
}


A.m1 {
	font-family : serif;
	font-size : 14px;
	font-weight : bold;
	color : White;
	padding-top : 5;
	padding-bottom : 15;
text-decoration : none;
}

A:HOVER.m1 {
	font-family : serif;
	font-size : 14px;
	font-weight : bold;
	color : White;
	padding-top : 5;
	padding-bottom : 15;
	
		text-decoration :underline;
	
}

A:link.m1 {
	font-family : serif;
	font-size : 14px;
	font-weight : bold;
	color : White;
	padding-top : 5;
	padding-bottom : 15;
	}
A:visited.m1 {
	font-family : serif;
	font-size : 14px;
	font-weight : bold;
	color : White;
	padding-top : 5;
	padding-bottom : 15;
	}
	
A:active.m1 {
	font-family : serif;
	font-size : 14px;
	font-weight : bold;
	color : White;
	padding-top : 5;
	padding-bottom : 15;
	}
	
	
A.s {
	font-family : serif;
	font-size : 11px;
	font-weight : bold;
	color : White;
	
text-decoration : none;
}

A:HOVER.s {
	font-family : serif;
	font-size : 12px;
	font-weight : bold;
	color : White;
	text-decoration :underline;
	
}
A.red {
color : #FF0000;
text-decoration : none;
font-size : 16px;
}

A:HOVER.red {
	color : #FF0000;
	text-decoration :underline;
	font-size : 16px;
	
}

.red2{
color : #FF0000;
	text-decoration :underline;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
}
h3 {
	padding-left : 10;
	padding-right : 10;
	font-family : serif;
	font-size : 24px;
	color : #C0C0C0;
	font-weight : bold;
	
}

.h3 {
	
	font-family : serif;
	font-size : 24px;
	color : #C0C0C0;
	font-weight : bold;
	
}

span {
color : #FF0000;
}

input {
	background: gray;
	color: white;
	font-weight: bold;
	border: 1px solid white;
}

textarea {
	background: gray;
	color: white;
	border: 1px solid white;

}

/* Additional */

iframe {
	border: 1px solid black;

}

small {
	color: gray;
	font-size: x-small;
}