body, html, head
{
	margin: 0px;
	padding: 0px;
	border: 0;
	background-color: #FFFFFF;
	height:100%;
}

img
{
	margin: 0px;
	padding: 0px;
	border: 0;
}
a
{
	background-color: Transparent;
	text-decoration: none;
}
p, text
{
	padding: 0px;
	margin: 0px;
}
h1, h2, h3, h4, h5, h6
{
	padding: 0px;
	margin: 0px;
	display: inline;
	white-space: nowrap;
}

input, textarea, div, table, td
{
    font-family:Verdana;
    font-size:11px;
}




    

/* MASTER */

.smallImg
{
    width:100px;
    height:76px;
}

.smallPhoto
{
    width:100px;
    height:76px;
    margin-right:20px;
    float:left;
    margin-bottom:23px;
    display:inline;
}

.smallPhoto2
{
    width:100px;
    height:76px;
    margin-right:20px;
    float:left;
    display:inline;
}

#pad12
{
    clear:both;
    height:12px;
}

#divLine
{
    clear:both;
    display:block;
    height:1px;
    width:340px;
    float:none;
    line-height:1px;
    overflow:hidden;
}




/* DEFINITIONS */
.MainColorBK
{
    background-color:#692e1f;
}

.DefaultText
{
    color:#692e1f;
}

.titleText
{
    font-weight:bold;
    font-size:11px;
}

.titleText2
{
    font-weight:bold;
    font-size:11px;
    color:#f47000;
}

.blackLink
{
    color:Black;
    text-decoration:underline;
}

.infoBox
{
    background-color:White;
    font-family:Arial Black;
    font-size:16px; 
    width:21px;
    height:17px;
    line-height:16px;
    text-align:center;
    color:#f47000;
}

.footerText
{
    color:White;
    font-size:10px; 
    font-weight:bold;
}

.LanguageBox
{
    background-color:#f47000;
    float:right;
    width:74px;
    height:27px;
    display:inline;
}
.LanguageBox A
{
    color:White;
    text-decoration:none;
    font-family:Verdana;
    font-weight:bold;
    font-size:9px; 
}
.LanguageBox A:hover
{
    text-decoration:underline;
}






/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup 
{
	
	background-color: white;
	border-width:1px;
	border-style:solid;
	border-color:Gray;
	padding:5px;
	/*width:250px;*/
	text-align: left;

}

.modalHeader
{
	font-family: Tahoma, sans-serif; 
	font-size: 11px; 
	font-weight: bold;
	color: #404040;
	padding: 5px;
	
	cursor: move;
}

.modalText
{
    color:Black;
    font-weight:bold;
    font-family:Verdana;
    font-size:11px;
}

.subLink1
{
    font-weight:bold;
    font-size:11px;
    color:gray;
    text-decoration:underline;
}
