/*
    Product:        Enewspaper
    Classname:      CSS Document
    Version:        02.02 |	09 March, 2009 
    Programmer:     Elham [elhamesmaieli@gamil.com]
    Purpose:
        The document represent the CSS file of global styles for all HTML page.

        Copyright 2009 by Digital Secure Co. All Rights Reserved.      
*/

body{
	margin:0px;	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333; 
	background-color:#ffffff;
}

p{
	margin:0px;
	padding:0px;
	text-align:justify;
	line-height:16px;
}

form{
    padding:0px;
    margin:0px;
}


/* ........ Global ........ */
.fontFace{font-family:Tahoma, Arial, Verdana, Times New Roman;}
.fontFaceArial{font-family:Arial, Times New Roman;}


.black{color:#333333;}
.white{color:#ffffff;}
.ivory{color:#fbebee;}
.gray{color:#666666;}
.lightGray{color:#adadad;}
.green{color:#0baf4e;}
.faceColor{color:#f24c22}

.fontSizeSmall{font-size:10px;}
.fontSizeMedium{font-size:11px;}
.fontSizeLarg{font-size:12px;}
.fontSizeXLarg{font-size:14px;}
.fontSizeXXLarg{font-size:18px;}

.boldFace{font-weight:bold;}
.pointer{cursor:pointer}
.noTextDec{text-decoration:none;}


/* ........ Advertisement ........ */
.advBox{
    width:345px;
    height:106px;
    float:right;
    margin-right:13px;
    margin-bottom:13px;
}

