a:link {color: #92aFFF; text-decoration: none;}
a:visited {color: #92aFFF; text-decoration: none;}
a:active {color: #728FFF; text-decoration: underline;}
a:hover {color: #728FFF; text-decoration: underline;}

a.linkHeading:link {color: #728FFF; text-decoration: none; font-weight: bold;}
a.linkHeading:visited {color: #728FFF; text-decoration: none; font-weight: bold;}
a.linkHeading:active {color: #728FFF; text-decoration: underline; font-weight: bold;}
a.linkHeading:hover {color: #728FFF; text-decoration: underline; font-weight: bold;}

a.linkGrey:link {color: #999; text-decoration: none; }
a.linkGrey:visited {color: #999; text-decoration: none;}
a.linkGrey:active {color: #999; text-decoration: underline;}
a.linkGrey:hover {color: #999; text-decoration: underline;}

a.linkNoUnder:link {color: #ffffff; text-decoration: none;}
a.linkNoUnder:visited {color: #ffffff; text-decoration: none;}
a.linkNoUnder:active {color: #999999; text-decoration: none;}
a.linkNoUnder:hover {color: #999999; text-decoration: none;}

a.linkUnder:link {color: #ffffff; text-decoration: underline;}
a.linkUnder:visited {color: #ffffff; text-decoration: underline;}
a.linkUnder:active {color: #999999; text-decoration: underline;}
a.linkUnder:hover {color: #999999; text-decoration: underline;}

a.linkUnderBold:link {color: #ffffff; text-decoration: underline; font-weight: bold;}
a.linkUnderBold:visited {color: #ffffff; text-decoration: underline; font-weight: bold;}
a.linkUnderBold:active {color: #999999; text-decoration: underline; font-weight: bold;}
a.linkUnderBold:hover {color: #999999; text-decoration: underline; font-weight: bold;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	background-color: #000;
	color: #ffffff;
	margin: 0;
}

div {
	font-size: 12px;
	font-weight: normal;
}

form {
	margin: 0;
	padding: 0;
}

h1  {
	font-size: 18px;
	font-weight: bold;
	color: #FC6;
	margin: 0;
	padding: 0px 10px 0px 15px;
}

h2  {
	font-size: 16px;
	font-weight: bold;
	color: #FC6;
	margin: 0;
	padding: 0px 10px 0px 15px;
}

h3  {
	font-size: 15px;
	font-weight: bold;
	color: #FC6;
	margin: 0 ;
	padding: 0px 10px 0px 15px;
}

h4  {
	font-size: 13px;
	font-weight: bold;
	color: #728FFF;
	margin:0;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
	
}
img.imgBorder {
	border: solid 1px #333333;
}

img.imgBorderHover {
	border: 1px solid #333333;
}
img.imgBorderHover:hover {
	border: 1px solid #ffffff;
}

input {
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	border: 1px solid #888;
	background-color:#111;
}


select {
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	border: 1px solid #888;
	background-color:#444;
	
}

textarea {
	font-size: 12px;
	font-weight: normal;
	color: #010101;
	border: 1px solid #999;
	background-color:#ffffff;
}

li {
	font-size: 15px;
	font-weight: normal;
	color: #fff;
}

p {
	font-size: 15px;
	font-weight: normal;
	color: #fff;
	margin: 0;
	text-align: left;
	padding: 0px 10px 0px 15px;
}

table	{
    border: 0;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	background-color:transparent;
	background-repeat: no-repeat;
}

td	{
	font-size: 13px;
	font-weight: normal;
	color: #ffffff;
	background-color:transparent;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
}
 
.tableBorder {
  border: 1px solid #999999;
}
.tableBorderLight {
  border: 1px solid #cccccc;
}
.tableBorderBottom {
  border-bottom: 1px solid #333;
}
.tableBorderTop {
  border-top: 1px solid #333;
}


.SmallText {
	font-size: 12px;
}
.LargeText {
	font-size: 16px;
}
.White {
	color: #ffffff;
}
.Blue {
	color: #728FFF;
}
.Grey {
	color: #999;
}
.Green {
	color: #0c0;
}



