body {
	background-color: #F3F3F3;
	background-image: url(../images/tas_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
}
#global {
     position:absolute;
     left: 50%; 
     top: 50%;
     width: 730px;
     height: 831px;
     margin-top: -415px; /* half of the height */
     margin-left: -365px; /* half of the width */
     border: 0px solid #FFFFFF;
     }
.footer01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #4D4D4D;
	text-decoration: none;
}
.footer02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #808080;
	text-decoration: none;
}
a.footer01:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #EB383C;
	text-decoration: none;
}
a.footer02:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #EB383C;
	text-decoration: none;
}
.TasCopy1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #4D4D4D;
	text-decoration: none;
}
.TasCopy2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999;
	text-decoration: none;
}
.TasCopy3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
.head1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
}

.TasCopyNB {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #EB383C;
	text-decoration: none;
}

.Heading1 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.TasLink1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #E9383C;
	text-decoration: none;
}
a.TasLink1:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #E9383C;
	text-decoration: underline;
}
.TasLink1B {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #E9383C;
	text-decoration: none;
}
a.TasLink1B:hover {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #E9383C;
	text-decoration: underline;
}
.TasLinkNB {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #E9383C;
	text-transform: uppercase;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
}
a.TasLinkNB:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E9383C;
	text-decoration: none;
	background-color: #CCCCCC;
	text-transform: uppercase;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
}
.TasLinkNB2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CCCCCC;
	text-transform: uppercase;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
}
a.TasLinkNB2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #E9383C;
	text-transform: uppercase;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
}
.note {
	color: #ED383C;
}

/* button */

#button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	//font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	//text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	//-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	//-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	//box-shadow: 0 1px 2px rgba(0,0,0,.2);
	//margin-left:35px;
	margin-bottom:10px;
	border: 1px solid #CBCBCB
}
#button:hover {
	text-decoration: none;
}
#button:active {
	position: relative;
	top: 1px;
}
#button a{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
#button a:hover{
	text-decoration: none;
}


.red {
	color: #fff;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#E9383C), to(#B9422F));
	background: -moz-linear-gradient(top,  #E9383C,  #B9422F);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#E9383C', endColorstr='#B9422F');
}
.red:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#000000));
	background: -moz-linear-gradient(top,  #999999,  #000000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#000000');
}
.red:active {
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#B9422F), to(#000000));
	background: -moz-linear-gradient(top,  #B9422F,  #000000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#B9422F', endColorstr='#000000');
}

