﻿/* HTML Tag */
html, body
{
	margin: 0;
	padding: 0;
	font: 11px Geneva, Arial, Tahoma, Verdana, Serif;
	color: #333;
	background-color: #FFF;
}
a, a:link, a:visited
{
	font-family: Geneva, Arial, Tahoma, Verdana, Serif;
	color: #2C51BB;
	text-decoration: none;
	font-weight:bold;
}
a:hover, a:active
{
	color: #C00;
	text-decoration: underline;
	font-weight:bold;
}
input, select, textarea
{
	font-family: Geneva, Arial, Tahoma, Verdana, Serif;
	color: #153673;
	text-decoration: none;
	font-size: 10px;
	border: #87BFE9;
	border-style: solid;
	border-width: 1px;
	background: #EFEFEF;
}
table, td, tr
{
	text-decoration: none;
	font: 11px Geneva, Arial, Tahoma, Verdana, Serif;
	color: #333;
	margin-left:auto;
	margin-right:auto;
	border:0px;
}
hr
{
	color: #CCC;
	background-color: #CCC;
	height: 1px;
	border: 0px;
	margin: 0;
	padding: 0;
}
img 
{
	display: block;
	border:0px;
	padding: 0 0 0 0;
}
/* Class */
.Text
{
	color: #333;
	text-decoration: none;
	font: 11px Geneva, Arial, Tahoma, Verdana, Serif;
}
.Text:link, .Text:hover, .Text:visited, .Text:active
{
	color: #153673;
}

.TextSerif
{
	color: #333;
	text-decoration: none;
	font: 14px Geneva, Arial, Tahoma, Verdana, Serif;
}
.MainBorder
{
	border-top: 0px;
	border-right: solid 1px #2E52BC;
	border-bottom: 0px;
	border-left: solid 1px #2E52BC;
}
.TwoBorder
{
	border-top: 0px;
	border-right: solid 1px #2E52BC;
	border-bottom: solid 1px #2E52BC;
	border-left: solid 1px #2E52BC;
}
.HrOne
{
	color: #A97B1D;
	background-color: #A97B1D;
	height: 1px;
	border: 0px;
	margin: 0;
	padding: 0;
}
.HrTwo
{
	color: #6D4774;
	background-color: #6D4774;
	height: 1px;
	border: 0px;
	margin: 0;
	padding: 0;
}
.ImageBorder
{
	border: solid 1px #C00;
}
/* ID */
#HomeLine
{
	height:1px;
	background:#2E52BC;
}