﻿/**
    *  Cascading Style Sheet File
    *  Author: Ali Jaber
    *  www.reverya.com
**/

body {
    background-color: #ECF0F1;
    background-image: url("images/bg_golden.gif");
    background-attachment: fixed;
   
     padding:0px;
     margin:0px;
}

.maintxt {
	text-align: center;
	color: #1B597A;
	font-family: Tahoma;
	font-size: 12px;
}

.maintxt2 {
	text-align: right;
	color: #1B597A;
	font-family: Tahoma;
	font-size: 12px;
}

.black {
	text-align: left;
	color: #000000;
	font-family: Tahoma;
	font-size: 10px;

}
.blackbig {
	text-align: left;
	color: #000000;
	font-family: Tahoma;
	font-size: 12px;

}
.blue{
	text-align: left;
	color: #1C99E9;
	font-family: Tahoma;
	font-size: 10px;
}


	
a:visited { color: #1B597A; text-decoration:none; }	
a:link { color: #1B597A; text-decoration:none; }	
a { color: #334de2; text-decoration:none; }
a:hover { color: #002b72; }

