﻿@import url(layout.css);
body {
	text-align: left; 
    background-image: url("../_IntValue/_BackGround_1.gif");
  	background-position:0%; 
	background-position: left top;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	color: #FF0000;
}

.IconA {
	height: 72px;
	width: 72px;
}

.IconImg {
	border: 2px #FF0000 solid;
	height: 72px;
	width: 72px;
}
.IconImg:hover {
	border: 2px #FFFF00 dotted;
}

.IconImgX {
	border: 2px #000000 solid;
  	height: 72px;
  	width: 72px;
}
.IconImgX:hover {
	border: 2px #000000 solid;
}

.IconImgS {
	border: 2px #FF0000 solid;
	height: 50px;
	width: 50px;
}
.IconImgS:hover {
	border: 2px #FFFF00 dotted;
}
.IconImgSX {
	border: 2px #000000 solid;
	height: 50px;
	width: 50px;
}
.IconImgSX:hover {
	border: 2px #000000 solid;
}


.MenImg {
  border-width: 1px;
  border: medium solid #C0C0C0;
  border-style: solid;
  height: 75px;
  width: 75px;
}
.MenImg:hover {
	cursor: hand;
  	border-width: 1px;
	border-style: solid;
	border: medium #FFFF00 dotted;
}

#toptext{
	font-family: "Comic Sans MS";
	font-size: 18px;
}
/*
a {
	color: #FFFF00;
}
a:visited {
	color: #FF0000;
}
a:active {
	color: #00FFFF;
}
a:hover {
	color: #0000FF;
}
*/
/* Styles for DIV tags */
/*
#container {
/*
	border:2px;
	height: 75px;
	width: 75px;

	border-right: 3px solid #D7DCDF;
	border-bottom: 3px solid #D7DCDF;
	border-left: 3px solid #D7DCDF;
	background-color: #F00000;
	background-image:  url("../_IntValue/_BackGround_0.gif");
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
}
*/
/*	
#masthead {
	background-color: #FFFFFF;
	padding: 15px;
}
#navigation {
	margin-left: 160px;
	background-color: #DCDBE0;
}
html>body #navigation {
	overflow: hidden;
}
#content_container {
	background-color:#FFFFFF;
	padding: 0px;
}
#column_left {
	float: left;
}
#column_right {
	background-color: #F7F7F9;
}
#image {
	margin-bottom: 6px;
	margin-left: 6px;
}
#footer {
	background-color: #FFFFFF;
	padding-top: 15px;
}
*/
/* Styles for Masthead */
/*	
#masthead h1 {
	color: #4E5659;
	margin: 0px;
	padding: 0px;
}
#masthead h3 {
	color: #79878D;
	margin-bottom: 0px;
}
#masthead a {
	color: #4E5659;
	text-decoration: none;
}
#masthead a:hover {
	text-decoration: none;
}
*/
/* Styles for Navigation */
/*	
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	margin: 0 1px;
	padding: 5px;
	display: block;
	border: 1px solid #DCDBE0;
	text-decoration: none;
	color: #000;
}
#navigation a:hover {
	background-color: #069;
	border: 1px solid #DCDBE0;
}
/* Styles for Right Column */
/*	
#column_right h4 {
	color: #333333;
}
#column_right p {
	color: #333333;
	font-size: 0.9em;
}
#column_right a {
	color: #003366;
	text-decoration: underline;
}
#column_right a:hover {
	text-decoration: none;
}
*/
/* Styles for Left Column */
/*	
h1 {
	font-size: xx-large;
	color: #4E5659;
	margin-top: 0px;
}
h2 {
	font-size: x-large;
	color: #4E5659;
	margin-top: 0px;
}
h3 {
	font-size: large;
	color: #4E5659;
	margin-top: 0px;
}
h4 {
	font-size: medium;
	color: #4E5659;
	margin-top: 0px;
}
h5 { 
	font-size: x-small;
	margin-top: 0px;
}
h6 { 
	font-size: xx-small;
	margin-top: 0px;
}
*/

