/******************* Style Rule ******************
1.) Defult Color is #666666. to change Color , Example <span class="red"></span>


***************************************************/
/******************* Standard Tag *********************/
body {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#0D4DB8;
}

/********************* Size **************************/
.txt11{
	font-size:11px;
}
.txt12{
	font-size:12px;
}
.txt20{
	font-size:20px;
}
.txt14{
	font-size:14px;
}
.txt15{
	font-size:15px;
}
.txt18{
	font-size:18px;
}
.txt45{
	font-size:45px;
}

/********************* Color **************************/
.black{
	color:#000000;
}
.white{
	color:#ffffff;
}
.blue{
	color:#06A7EB;
}

/********************* Link **************************/
a:link {
	color: #1752AD;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #1752AD;
}
a:hover {
	text-decoration: underline;
	color: #1752AD;
}
a:active {
	text-decoration: none;
	color: #1752AD;
}