﻿@import url(navigation.css);


a
{
	color: #3B73B9;
	text-decoration: none;
}

a.blog
{
	color: red;
	text-decoration: none;
}

img
{
	border: none;
}

body
{
	background-color: #FFC300;
	margin: 0px;
	padding: 0px;
	background-color: #E8EBEF;
	font: 11px Arial, Sans-Serif;
	
	position: relative;
	width: 818px;
	margin: 0 auto;
}


.mc
{
	background-color: White;
	color: Black;
	padding: 30px 36px 36px;	
}
.mc2
{
	padding: 0px 0px 0px 100px;	
}


.mb
{
	width: 100%;
	height: 70px;
	background-color: #E8EBEF;
	bottom: 0px;
	color: #666666;
}
.mb span
{
	padding-left: 30px;
	position: relative;
	top: 30px;
}



h1 { font-size: 150%;  color: #3B73B9; }
h2 
{
	font-size: 188%;
    background: transparent url(http://www.ge.com/html_view/images/bg_border_dot.gif) repeat-x 0px 30px;
    padding-bottom: 10px;
}

h3 
{
	padding-top: 10px; 
	font-size: 110%;
	margin-bottom: 7px;
	margin-top: 7px;
}
h3 a:hover
{
	text-decoration:  underline;
}

h4 { font-size: 100%; }
h5 {  }
h6 { font-size: 100%;  }

img
{
	border: none;
}


.highLightText
{
	font-size: 150%;
	color: #666666;
}


/*
input
{
	border: solid 1px #999999;
	font-size: 80%;
	background-color: White;
}
*/