﻿body {
}

.Style1
{
	font-size: medium;
	color: #ff9933;
	font-weight: bold;
	font-family: 'Segoe UI';
}

.Style2
{
	font-size: small;
	color: #ff9933;
	font-weight: bold;
	font-family: 'Segoe UI';
}

.Style3
{
	text-align: center;
	font-size: small;
	color: #0099ff;
	font-family: 'Segoe UI';
	vertical-align: top;
}

.Style3:hover
{
	background-color: #cccccc;
	text-decoration : underline;
}

.readmore
{
	font-size: x-small;
	color: red;
	font-family: 'Segoe UI';
	font-weight: bold;
}



.Title1
{
	font-weight: bold;
	font-size: large;
	font-family: 'Segoe UI';
	color: #0099cc;
}

.Title2
{
	font-weight: bold;
	font-size: large;
	font-family: 'Segoe UI';
	color: #cc3366;
}

.Title3
{
	font-weight: bold;
	font-size: medium;
	font-family: 'Segoe UI';
	color: blue;
}

.Title4
{
	font-weight: bold;
	font-size: medium;
	font-family: 'Segoe UI';
	color: #cc3366;
}

.Title5
{
	font-weight: bold;
	font-size: medium;
	font-family: 'Segoe UI';
	color: #0099cc;
}

.Title6
{
	font-weight: bold;
	font-size: medium;
	font-family: 'Segoe UI';
	color: green;
}

.nav
{
	font-size: medium;
	color: #ff9933;
	font-family: 'Arial';
}

a
{	
	color: #0066ff;
	text-decoration : none;
}


a:hover
{	
	color: red;	
	text-decoration : underline;
}

span#hl
{
	color: blue;
}

span#h2
{
	font-weight: bold;
	font-size: large;
	color: green;
}

span#h3
{
	font-weight: bold;
	font-size: xx-large;
	color: green;
}

span.hl
{
	color: blue;
}

span.h2
{
	color: green;
	font-size: medium;
	font-family: 'Arial';
	font-weight: bold;
}

.titl
{
	font-weight: bold;
	font-size: small;
	font-family: 'Arial';
	color: white;
}

.glass
{
	text-align: center;
	color: #808080;
	vertical-align: top;
}

.glass:hover
{
	color: black;
	text-align: center;
	background-color: silver;
}

.feature
{
	font-size: medium;
	background-color: #99cc66;
}

.feature1
{
	font-size: medium;
	background-color: #d3d3d3;
}

.feature2
{
	font-size: medium;
}

.text1
{
	background-color: #99cc66;
}