@CHARSET "UTF-8";
body{font: 62.5% Arial, Verdana, "Times New Roman";}

a{color: #2e45c2; text-decoration: underline; }
a:link { } 
a:visited {}
a:hover {text-decoration: none; }
a:active { }

img{}
p {}
b, strong {font-weight: bold; }

/*table {
    width: 99%;
}*/
table td {
}

/* Align */
.a-left {text-align: left; }
.a-center {text-align: center; }
.a-right {text-align: right; }

/* Vertical Align */
.v-center {vertical-align: center; }
.v-top {vertical-align: top;}

/* Floating */
.f-auto {float: auto; }
.f-left {float: left; }
.f-right {float: right; }

.link {
    color: #2e45c2;
    text-decoration: underline;
    cursor: pointer;
}

.hide {display: none;}

.no-underline {
	text-decoration: none;
}

/*AJAX LOADER
-------------------*/
.loader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50000;
    background-color: red;
    font-size: 150%;
    color: white;
    padding: 2px;
}